diff options
| author | Bruno Ribas <brunoribas@gmail.com> | 2020-11-05 14:10:28 +0000 |
|---|---|---|
| committer | Bruno Ribas <brunoribas@gmail.com> | 2020-11-05 14:10:28 +0000 |
| commit | 09deabd4a1026b0e4b495f890b1b6ea63e093947 (patch) | |
| tree | ecaff65ec3f8e48c464b634dc9e5c3ec2a900b78 /debian | |
| parent | 011ffcd1699b7d97e1d5e25922a9b686ba8156ae (diff) | |
| download | boca-09deabd4a1026b0e4b495f890b1b6ea63e093947.tar.gz boca-09deabd4a1026b0e4b495f890b1b6ea63e093947.zip | |
d/boca-db.postinst: Remove chmod for boca-dump
Signed-off-by: Bruno Ribas <brunoribas@gmail.com>
Diffstat (limited to 'debian')
| -rw-r--r-- | debian/boca-db.postinst | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/debian/boca-db.postinst b/debian/boca-db.postinst index de205c0..c1ad606 100644 --- a/debian/boca-db.postinst +++ b/debian/boca-db.postinst @@ -1,7 +1,6 @@ #!/bin/bash chmod 700 /usr/sbin/boca-createdb -chmod 700 /usr/sbin/boca-dump set -e |