X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=blobdiff_plain;f=debian%2Fnotmuch.emacsen-remove;fp=debian%2Fnotmuch.emacsen-remove;h=0000000000000000000000000000000000000000;hp=c35e8a42924559266ce6e3ca99a05ee2d2c23c09;hb=6f3d3c68a0f36325ec29b8196ee9b956bcd31a37;hpb=ffa88554d50ec37494d829648d9777b5f7ebe0be diff --git a/debian/notmuch.emacsen-remove b/debian/notmuch.emacsen-remove deleted file mode 100755 index c35e8a42..00000000 --- a/debian/notmuch.emacsen-remove +++ /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