aboutsummaryrefslogtreecommitdiffhomepage
path: root/debian/notmuch-emacs.emacsen-remove
diff options
context:
space:
mode:
authorGravatar David Bremner <david@tethera.net>2014-01-11 23:05:33 -0400
committerGravatar David Bremner <david@tethera.net>2014-01-12 17:08:08 -0400
commitbeaf251e16d40bb38d56a1ec5573bfdc1c1cfb0d (patch)
tree79d172850b83d7d50173f0fe20a9037c868a6b89 /debian/notmuch-emacs.emacsen-remove
parentfea6fe64e1ebc9499c98163de17946cf7c78e2c0 (diff)
debian: update notmuch-emacs for emacs policy 2.0.6
This involves - the meta-flavour emacs has gone away - a compat file is needed (also installed by dh_installemacsen) - a conflict with pre-2.0.0 emacsen-common - manually managing the "installed" semaphore file
Diffstat (limited to 'debian/notmuch-emacs.emacsen-remove')
-rwxr-xr-xdebian/notmuch-emacs.emacsen-remove6
1 files changed, 2 insertions, 4 deletions
diff --git a/debian/notmuch-emacs.emacsen-remove b/debian/notmuch-emacs.emacsen-remove
index 184c2b60..3b433ae2 100755
--- a/debian/notmuch-emacs.emacsen-remove
+++ b/debian/notmuch-emacs.emacsen-remove
@@ -4,7 +4,5 @@
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
+echo remove/${PACKAGE}: purging byte-compiled files for ${FLAVOR}
+rm -rf /usr/share/${FLAVOR}/site-lisp/${PACKAGE}