aboutsummaryrefslogtreecommitdiffhomepage
path: root/debian/notmuch.emacsen-remove
diff options
context:
space:
mode:
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 e19ee3da..c35e8a42 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