]> git.donarmstrong.com Git - debhelper.git/blob - autoscripts/postinst-emacsen
dh: Ensure -a and -i are passed when running override_dh_command-arch and override_dh...
[debhelper.git] / autoscripts / postinst-emacsen
1 if [ "$1" = "configure" ] && [ -x /usr/lib/emacsen-common/emacs-package-install ]
2 then
3         /usr/lib/emacsen-common/emacs-package-install #PACKAGE#
4 fi