Update postinst

This commit is contained in:
Hibby 2024-04-08 23:21:31 +02:00 committed by GitHub
parent 4b1144ed94
commit eaab24a3c0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 2 deletions

3
debian/postinst vendored
View File

@ -24,8 +24,7 @@ if [ "$1" = configure ]; then
adduser linbpq dialout
chown :linbpq /opt/oarc/bpq
chmod 775 /opt/oarc/bpq
chown :linbpq /etc/bpq32.cfg
chmod 664 /etc/bpq32.cfg
# If we have setcap is installed, set the requirements
# which allows us to install our binaries without the setuid
# bit.