]> git.donarmstrong.com Git - debhelper.git/blob - autoscripts/postinst-emacsen
cmake: Pass CPPFLAGS in CFLAGS. Closes: #668813 Thanks, Simon Ruderich for the patch...
[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