]> git.notmuchmail.org Git - notmuch/blob - debian/notmuch-emacs.postinst
Merge tag 'debian/0.17-5'
[notmuch] / debian / notmuch-emacs.postinst
1 dir="/var/lib/emacsen-common/state/package/installed"
2 mkdir -p -m 0755 ${dir}
3 touch ${dir}/notmuch-emacs
4 #DEBHELPER#
5 if [ -d /0755 ]; then
6    rmdir /0755 || true
7 fi