summaryrefslogtreecommitdiffstats
path: root/autoscripts/postinst-emacsen
blob: 0d3fd133918e7f891742245f7278c130fa5c86df (plain)
1
2
3
4
5
if [ "$1" = "configure" ] || [ "$1" = "abort-upgrade" ] || [ "$1" = "abort-deconfigure" ] || [ "$1" = "abort-remove" ] ; then
	if [ -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
fi