diff options
Diffstat (limited to 'debian/boca-db.postinst')
| -rw-r--r-- | debian/boca-db.postinst | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/debian/boca-db.postinst b/debian/boca-db.postinst index c4215df..de205c0 100644 --- a/debian/boca-db.postinst +++ b/debian/boca-db.postinst @@ -1,5 +1,8 @@ #!/bin/bash +chmod 700 /usr/sbin/boca-createdb +chmod 700 /usr/sbin/boca-dump + set -e . /usr/share/debconf/confmodule |