nmbug: Add an 'init' command
[notmuch.git] / 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