]> git.notmuchmail.org Git - notmuch/blobdiff - debian/notmuch.emacsen-remove
merge changes from upstream
[notmuch] / debian / notmuch.emacsen-remove
old mode 100644 (file)
new mode 100755 (executable)
index e19ee3d..c35e8a4
@@ -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