]> git.donarmstrong.com Git - debhelper.git/blobdiff - autoscripts/postinst-emacsen
r274: * dh_installemacsen: the script fragments it generates now test for the
[debhelper.git] / autoscripts / postinst-emacsen
index 45f1deeca9c14c637b924c0b0db2282f6fb789da..48bf26e78f341194d806cbc7b7b560161152db5a 100644 (file)
@@ -1 +1,3 @@
-/usr/lib/emacsen-common/emacs-package-install #PACKAGE#
+if [ -x /usr/lib/emacsen-common/emacs-package-install ]; then
+       /usr/lib/emacsen-common/emacs-package-install #PACKAGE#
+fi