]> git.donarmstrong.com Git - debhelper.git/blob - autoscripts/postinst-emacsen
Updated French man page translation. Closes: #685560
[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