summaryrefslogtreecommitdiffstats
path: root/autoscripts/preinst-emacsen
blob: c4285d92ff334336ec919232b41f6299dd12c85d (plain)
1
2
3
4
5
if ( [ "$1" = "install" ] || [ "$1" = "upgrade" ] ) \
	&& [ -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 --preinst #PACKAGE#
fi