]> git.notmuchmail.org Git - notmuch/blob - debian/notmuch.emacsen-remove
Merge Sebastian Spaeth's python bindings into bindings/python
[notmuch] / debian / notmuch.emacsen-remove
1 #!/bin/sh -e
2 # /usr/lib/emacsen-common/packages/remove/notmuch
3
4 FLAVOR=$1
5 PACKAGE=notmuch
6
7 if [ ${FLAVOR} != emacs ]; then
8     echo remove/${PACKAGE}: purging byte-compiled files for ${FLAVOR}
9     rm -rf /usr/share/${FLAVOR}/site-lisp/${PACKAGE}
10 fi