summaryrefslogtreecommitdiff
path: root/autoscripts/prerm-emacsen
diff options
context:
space:
mode:
Diffstat (limited to 'autoscripts/prerm-emacsen')
-rw-r--r--autoscripts/prerm-emacsen2
1 files changed, 1 insertions, 1 deletions
diff --git a/autoscripts/prerm-emacsen b/autoscripts/prerm-emacsen
index 31ecfaa4..4c7c2b0b 100644
--- a/autoscripts/prerm-emacsen
+++ b/autoscripts/prerm-emacsen
@@ -1,3 +1,3 @@
-if [ -e /var/lib/emacsen-common/state/package/installed/emacsen-common ] ; then
+if [ -e /var/lib/emacsen-common/state/package/installed/emacsen-common -a -x /usr/lib/emacsen-common/emacs-package-remove ] ; then
/usr/lib/emacsen-common/emacs-package-remove --prerm #PACKAGE#
fi