From beaf251e16d40bb38d56a1ec5573bfdc1c1cfb0d Mon Sep 17 00:00:00 2001 From: David Bremner Date: Sat, 11 Jan 2014 23:05:33 -0400 Subject: 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 --- debian/notmuch-emacs.postinst | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 debian/notmuch-emacs.postinst (limited to 'debian/notmuch-emacs.postinst') diff --git a/debian/notmuch-emacs.postinst b/debian/notmuch-emacs.postinst new file mode 100644 index 00000000..48ecf231 --- /dev/null +++ b/debian/notmuch-emacs.postinst @@ -0,0 +1,4 @@ +dir="/var/lib/emacsen-common/state/package/installed" +mkdir -p 0755 ${dir} +touch ${dir}/notmuch-emacs +#DEBHELPER# -- cgit v1.2.3