diff options
| author | David Bremner <david@tethera.net> | 2017-08-03 09:20:37 -0400 |
|---|---|---|
| committer | David Bremner <david@tethera.net> | 2017-08-03 10:42:54 -0400 |
| commit | 0187785414332e115500861ca1c78c664b7fb499 (patch) | |
| tree | 653b35d93ace5c0cb7fb9b06f54e3eea00890776 | |
| parent | 81125aca5126c2c8f0f50b59e99911e7a1ca8e68 (diff) | |
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
| -rw-r--r-- | debian/notmuch-emacs.maintscript | 1 | ||||
| -rw-r--r-- | debian/notmuch.maintscript | 1 |
2 files changed, 2 insertions, 0 deletions
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 |
