summaryrefslogtreecommitdiffstats
path: root/autoscripts/postinst-emacsen
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--autoscripts/postinst-emacsen5
1 files changed, 5 insertions, 0 deletions
diff --git a/autoscripts/postinst-emacsen b/autoscripts/postinst-emacsen
new file mode 100644
index 0000000..0d3fd13
--- /dev/null
+++ b/autoscripts/postinst-emacsen
@@ -0,0 +1,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