summaryrefslogtreecommitdiff
path: root/debian/emacsen-remove.template
diff options
context:
space:
mode:
Diffstat (limited to 'debian/emacsen-remove.template')
-rw-r--r--debian/emacsen-remove.template10
1 files changed, 10 insertions, 0 deletions
diff --git a/debian/emacsen-remove.template b/debian/emacsen-remove.template
new file mode 100644
index 0000000..c6a062e
--- /dev/null
+++ b/debian/emacsen-remove.template
@@ -0,0 +1,10 @@
+
+if [ ${FLAVOR} != emacs ]; then
+ if test -x /usr/sbin/install-info-altdir; then
+ echo remove/${PACKAGE}: removing Info links for ${FLAVOR}
+ install-info-altdir --quiet --remove --dirname=${FLAVOR} /usr/info/${PACKAGE}.info.gz
+ fi
+
+ echo remove/${PACKAGE}: purging byte-compiled files for ${FLAVOR}
+ rm -rf /usr/share/${FLAVOR}/site-lisp/${PACKAGE}
+fi