]> git.donarmstrong.com Git - debhelper.git/blobdiff - autoscripts/postinst-emacsen
r487: * dh_movefiles: Typo, Closes: #106532
[debhelper.git] / autoscripts / postinst-emacsen
index 48bf26e78f341194d806cbc7b7b560161152db5a..97004eb7e2290a43840ed303fce658c0d71ee0a4 100644 (file)
@@ -1,3 +1,4 @@
-if [ -x /usr/lib/emacsen-common/emacs-package-install ]; then
+if [ "$1" = "configure" -a -x /usr/lib/emacsen-common/emacs-package-install ]
+then
        /usr/lib/emacsen-common/emacs-package-install #PACKAGE#
 fi