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