#! /bin/sh set -e if [ "$1" = configure ]; then if dpkg --compare-versions "$2" lt 0.11.3; then rm -f /etc/defoma/config/psfontmgr.conf fi /usr/bin/defoma-app -t update psfontmgr 1>&2 fi # dh_installdeb will replace this with shell code automatically # generated by other debhelper scripts. exit 0