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, 3 insertions, 1 deletions
diff --git a/autoscripts/prerm-emacsen b/autoscripts/prerm-emacsen
index d11dafab..8c3ca64c 100644
--- a/autoscripts/prerm-emacsen
+++ b/autoscripts/prerm-emacsen
@@ -1 +1,3 @@
-/usr/lib/emacsen-common/emacs-package-remove #PACKAGE#
+if [ -x /usr/lib/emacsen-common/emacs-package-remove ] ; then
+ /usr/lib/emacsen-common/emacs-package-remove #PACKAGE#
+fi