summaryrefslogtreecommitdiff
path: root/autoscripts/postinst-emacsen
blob: 82ce95764c530172887fb9eade287d268ee8f9a8 (plain)
1
2
3
4
if [ "$1" = "configure" ] && [ -e /var/lib/emacsen-common/state/package/installed/emacsen-common -a -x /usr/lib/emacsen-common/emacs-package-install ]
then
	/usr/lib/emacsen-common/emacs-package-install --postinst #PACKAGE#
fi