X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=blobdiff_plain;f=debian%2Fnotmuch.emacsen-remove;h=c35e8a42924559266ce6e3ca99a05ee2d2c23c09;hp=e19ee3dadd03a35542b82042ab4f3953cb6ce162;hb=e72a6176e3fc3fcf4b1696e3f0ee9cf66509fb4d;hpb=3cb3d2c021b5c06bae9757400cc8c6b72db16531 diff --git a/debian/notmuch.emacsen-remove b/debian/notmuch.emacsen-remove old mode 100644 new mode 100755 index e19ee3da..c35e8a42 --- 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