mirror of
https://git.notmuchmail.org/git/notmuch
synced 2024-12-01 15:14:16 +01:00
beaf251e16
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
8 lines
212 B
Bash
Executable file
8 lines
212 B
Bash
Executable file
#!/bin/sh -e
|
|
# /usr/lib/emacsen-common/packages/remove/notmuch-emacs
|
|
|
|
FLAVOR=$1
|
|
PACKAGE=notmuch
|
|
|
|
echo remove/${PACKAGE}: purging byte-compiled files for ${FLAVOR}
|
|
rm -rf /usr/share/${FLAVOR}/site-lisp/${PACKAGE}
|