summaryrefslogtreecommitdiff
path: root/autoscripts/preinst-emacsen
diff options
context:
space:
mode:
Diffstat (limited to 'autoscripts/preinst-emacsen')
-rw-r--r--autoscripts/preinst-emacsen2
1 files changed, 1 insertions, 1 deletions
diff --git a/autoscripts/preinst-emacsen b/autoscripts/preinst-emacsen
index 780fc697..c4285d92 100644
--- a/autoscripts/preinst-emacsen
+++ b/autoscripts/preinst-emacsen
@@ -1,5 +1,5 @@
if ( [ "$1" = "install" ] || [ "$1" = "upgrade" ] ) \
- && [ -e /var/lib/emacsen-common/state/package/installed/emacsen-common ]
+ && [ -e /var/lib/emacsen-common/state/package/installed/emacsen-common -a -x /usr/lib/emacsen-common/emacs-package-install ]
then
/usr/lib/emacsen-common/emacs-package-install --preinst #PACKAGE#
fi