]> git.donarmstrong.com Git - debhelper.git/blobdiff - autoscripts/postinst-emacsen
Updated French man page translation. Closes: #685560
[debhelper.git] / autoscripts / postinst-emacsen
index 45f1deeca9c14c637b924c0b0db2282f6fb789da..f80e1dbd9c8dbc1b5b304f63aedf4d576e0ca57b 100644 (file)
@@ -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