summaryrefslogtreecommitdiff
path: root/debian/notmuch.emacsen-remove
diff options
context:
space:
mode:
authorJameson Graef Rollins <jrollins@finestructure.net>2009-11-29 08:48:46 -0500
committerJameson Graef Rollins <jrollins@finestructure.net>2009-11-29 08:48:46 -0500
commit4edf37a1d5067197741b8dcb0bdb72ce4c299c05 (patch)
tree66983ded04293a55db3e65a3afdad0a1ebb904ee /debian/notmuch.emacsen-remove
parent3cb3d2c021b5c06bae9757400cc8c6b72db16531 (diff)
fix debian packaging emacsen installation
Diffstat (limited to 'debian/notmuch.emacsen-remove')
-rwxr-xr-x[-rw-r--r--]debian/notmuch.emacsen-remove5
1 files changed, 0 insertions, 5 deletions
diff --git a/debian/notmuch.emacsen-remove b/debian/notmuch.emacsen-remove
index e19ee3d..c35e8a4 100644..100755
--- a/debian/notmuch.emacsen-remove
+++ b/debian/notmuch.emacsen-remove
@@ -5,11 +5,6 @@ FLAVOR=$1
PACKAGE=notmuch
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/share/info/#PACKAGE#.info.gz
- fi
-
echo remove/${PACKAGE}: purging byte-compiled files for ${FLAVOR}
rm -rf /usr/share/${FLAVOR}/site-lisp/${PACKAGE}
fi