#! /bin/sh if [ "$1" = upgrade ]; then if dpkg --compare-versions "$2" le 0.4.0; then /usr/bin/defoma-app -t clean psfontmgr fi fi exit 0