]> git.donarmstrong.com Git - debhelper.git/blob - autoscripts/postinst-emacsen
r353: * Modified all postinst script fragments to only run when called with
[debhelper.git] / autoscripts / postinst-emacsen
1 if [ "$1" = "configure" -a -x /usr/lib/emacsen-common/emacs-package-install ]
2 then
3         /usr/lib/emacsen-common/emacs-package-install #PACKAGE#
4 fi