From: David Bremner Date: Thu, 3 Aug 2017 13:20:37 +0000 (-0400) Subject: debian: add maintainer scripts to remove old startup file X-Git-Tag: debian/0.25-3~1 X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=commitdiff_plain;h=0187785414332e115500861ca1c78c664b7fb499 debian: add maintainer scripts to remove old startup file We do it for notmuch and notmuch-emacs because the history is a bit unclear. It seems to be safe to call when that conffile is not owned by a given package --- diff --git a/debian/notmuch-emacs.maintscript b/debian/notmuch-emacs.maintscript new file mode 100644 index 00000000..6f93feb7 --- /dev/null +++ b/debian/notmuch-emacs.maintscript @@ -0,0 +1 @@ +rm_conffile /etc/emacs/site-start.d/50notmuch.el diff --git a/debian/notmuch.maintscript b/debian/notmuch.maintscript new file mode 100644 index 00000000..6f93feb7 --- /dev/null +++ b/debian/notmuch.maintscript @@ -0,0 +1 @@ +rm_conffile /etc/emacs/site-start.d/50notmuch.el