]> git.notmuchmail.org Git - notmuch/blobdiff - debian/notmuch.emacsen-remove
debian: split off emacs interface into its own package.
[notmuch] / debian / notmuch.emacsen-remove
diff --git a/debian/notmuch.emacsen-remove b/debian/notmuch.emacsen-remove
deleted file mode 100755 (executable)
index c35e8a4..0000000
+++ /dev/null
@@ -1,10 +0,0 @@
-#!/bin/sh -e
-# /usr/lib/emacsen-common/packages/remove/notmuch
-
-FLAVOR=$1
-PACKAGE=notmuch
-
-if [ ${FLAVOR} != emacs ]; then
-    echo remove/${PACKAGE}: purging byte-compiled files for ${FLAVOR}
-    rm -rf /usr/share/${FLAVOR}/site-lisp/${PACKAGE}
-fi