| Current Path : /proc/8644/root/usr/share/debhelper/autoscripts/ |
| Current File : //proc/8644/root/usr/share/debhelper/autoscripts/prerm-defoma |
case "$1" in upgrade) if [ -x "`which defoma-app 2>/dev/null`" ]; then defoma-app clean #PACKAGE# fi ;; remove) if [ -x "`which defoma-app 2>/dev/null`" ]; then defoma-app purge #PACKAGE# fi esac