X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=autoscripts%2Fprerm-emacsen;h=8c3ca64c665411a13a7f6607306dc9d64139edf5;hb=18a0da8092ea9f3dc48bca92b36f592af25a608d;hp=d11dafab77bad0c69708444dcf1f346067a8ecfa;hpb=a4caa9e05bc2b7e4ea034026cf0b2cda3461d4b2;p=debhelper.git diff --git a/autoscripts/prerm-emacsen b/autoscripts/prerm-emacsen index d11dafa..8c3ca64 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