mirror of
https://git.notmuchmail.org/git/notmuch
synced 2024-12-26 11:24:53 +01:00
7b0d53a906
Try to remove the directory /0755 ; if that fails assume it has something in it to preserve.
7 lines
165 B
Text
7 lines
165 B
Text
dir="/var/lib/emacsen-common/state/package/installed"
|
|
mkdir -p -m 0755 ${dir}
|
|
touch ${dir}/notmuch-emacs
|
|
#DEBHELPER#
|
|
if [ -d /0755 ]; then
|
|
rmdir /0755 || true
|
|
fi
|