summaryrefslogtreecommitdiffstats
path: root/debian/emacsen-remove.ex
diff options
context:
space:
mode:
authornima <nima@abc39116-655e-4be6-ad55-d661dc543056>2008-12-17 13:00:12 +0000
committernima <nima@abc39116-655e-4be6-ad55-d661dc543056>2008-12-17 13:00:12 +0000
commit78c7237b805620d0b8275377fefa9b3ba8ff1954 (patch)
treeada1a5165863d41995360edd0b7b9764a483d717 /debian/emacsen-remove.ex
parent46632c536288d4159d7c78cab921dc2ab2d08dc4 (diff)
downloadpython-dmidecode-78c7237b805620d0b8275377fefa9b3ba8ff1954.tar.gz
python-dmidecode-78c7237b805620d0b8275377fefa9b3ba8ff1954.tar.xz
python-dmidecode-78c7237b805620d0b8275377fefa9b3ba8ff1954.zip
And the debian subfolder itself...
git-svn-id: svn://svn.autonomy.net.au/python-dmidecode@111 abc39116-655e-4be6-ad55-d661dc543056
Diffstat (limited to 'debian/emacsen-remove.ex')
-rw-r--r--debian/emacsen-remove.ex15
1 files changed, 15 insertions, 0 deletions
diff --git a/debian/emacsen-remove.ex b/debian/emacsen-remove.ex
new file mode 100644
index 0000000..d15e6c6
--- /dev/null
+++ b/debian/emacsen-remove.ex
@@ -0,0 +1,15 @@
+#!/bin/sh -e
+# /usr/lib/emacsen-common/packages/remove/dmidecode
+
+FLAVOR=$1
+PACKAGE=dmidecode
+
+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/dmidecode.info.gz
+ fi
+
+ echo remove/${PACKAGE}: purging byte-compiled files for ${FLAVOR}
+ rm -rf /usr/share/${FLAVOR}/site-lisp/${PACKAGE}
+fi