summaryrefslogtreecommitdiff
path: root/debian/postinst
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2020-07-25 15:48:36 -0700
committerSean Whitton <spwhitton@spwhitton.name>2020-07-25 16:15:58 -0700
commit53b6818bbd1c5ce4dfadaaa022b6a0d5cc4955db (patch)
tree0e19c1f7bb90fcaf7efc845f94e890e42423fc73 /debian/postinst
parentf6cbd322cfd001c5e8214f7d632ac4b25c1d37a7 (diff)
downloademacs-53b6818bbd1c5ce4dfadaaa022b6a0d5cc4955db.tar.gz
attempt to register as an Emacsen flavour
Diffstat (limited to 'debian/postinst')
-rwxr-xr-xdebian/postinst7
1 files changed, 7 insertions, 0 deletions
diff --git a/debian/postinst b/debian/postinst
new file mode 100755
index 00000000000..6e1fde4934b
--- /dev/null
+++ b/debian/postinst
@@ -0,0 +1,7 @@
+#!/bin/sh
+
+set -e
+
+/usr/lib/emacsen-common/emacs-install emacs-snapshot
+
+#DEBHELPER#