diff options
Diffstat (limited to 'autoscripts/postinst-emacsen')
-rw-r--r-- | autoscripts/postinst-emacsen | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/autoscripts/postinst-emacsen b/autoscripts/postinst-emacsen index 45f1deec..f80e1dbd 100644 --- a/autoscripts/postinst-emacsen +++ b/autoscripts/postinst-emacsen @@ -1 +1,4 @@ -/usr/lib/emacsen-common/emacs-package-install #PACKAGE# +if [ "$1" = "configure" ] && [ -x /usr/lib/emacsen-common/emacs-package-install ] +then + /usr/lib/emacsen-common/emacs-package-install #PACKAGE# +fi |