X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=autoscripts%2Fpostinst-emacsen;h=f80e1dbd9c8dbc1b5b304f63aedf4d576e0ca57b;hb=18a0da8092ea9f3dc48bca92b36f592af25a608d;hp=45f1deeca9c14c637b924c0b0db2282f6fb789da;hpb=a4caa9e05bc2b7e4ea034026cf0b2cda3461d4b2;p=debhelper.git diff --git a/autoscripts/postinst-emacsen b/autoscripts/postinst-emacsen index 45f1dee..f80e1db 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