]> git.donarmstrong.com Git - debhelper.git/blobdiff - autoscripts/postinst-emacsen
cmake: Pass CPPFLAGS in CFLAGS. Closes: #668813 Thanks, Simon Ruderich for the patch...
[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