summaryrefslogtreecommitdiff
path: root/debian/postinst.in
diff options
context:
space:
mode:
Diffstat (limited to 'debian/postinst.in')
-rw-r--r--debian/postinst.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/postinst.in b/debian/postinst.in
index d500df0..67ea151 100644
--- a/debian/postinst.in
+++ b/debian/postinst.in
@@ -18,7 +18,7 @@ install_from_default() {
install_directory() {
if [ ! -d /$1 ]; then
mkdir /$1
- chown root:$3 /$1
+ chown root:$3 /$1 || true
chmod $2 /$1
fi
}