]> git.donarmstrong.com Git - debhelper.git/blob - autoscripts/postinst-emacsen
r487: * dh_movefiles: Typo, Closes: #106532
[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