diff options
| author | Bruno Cesar Ribas <brunoribas@gmail.com> | 2018-08-29 13:26:57 +0000 |
|---|---|---|
| committer | Bruno Cesar Ribas <brunoribas@gmail.com> | 2018-08-29 13:26:57 +0000 |
| commit | 535ecefb9189949e62d71062a1b668fe885f0fe0 (patch) | |
| tree | 0bc619da53014d2ed1137cde413f9b7e60389efa /debian/boca-db.postinst | |
| parent | 1b06668b95d393ba366b3568e555258a4706c90d (diff) | |
| parent | b117763dfafeec631c47a8fca6880400c5c6d854 (diff) | |
| download | boca-535ecefb9189949e62d71062a1b668fe885f0fe0.tar.gz boca-535ecefb9189949e62d71062a1b668fe885f0fe0.zip | |
Merge remote-tracking branch 'origin/develc' into devel
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 |