]> git.donarmstrong.com Git - debhelper.git/blobdiff - autoscripts/postinst-emacsen
dh_shlibdeps: Warn if -V flag is passed, to avoid it accidentially being used here...
[debhelper.git] / autoscripts / postinst-emacsen
index 48bf26e78f341194d806cbc7b7b560161152db5a..f80e1dbd9c8dbc1b5b304f63aedf4d576e0ca57b 100644 (file)
@@ -1,3 +1,4 @@
-if [ -x /usr/lib/emacsen-common/emacs-package-install ]; then
+if [ "$1" = "configure" ] && [ -x /usr/lib/emacsen-common/emacs-package-install ]
+then
        /usr/lib/emacsen-common/emacs-package-install #PACKAGE#
 fi