Compare commits
No commits in common. "f0ac0675f6ceff1a0b4223e6ea6b703c657d282f" and "0b4a17004f7a81b583af04b8c386c9baeb45b9ba" have entirely different histories.
f0ac0675f6
...
0b4a17004f
|
@ -1,11 +1,3 @@
|
||||||
linbpq (6.0.24.66+repack-1~hibbian+2) bookworm-hibbian-unstable; urgency=medium
|
|
||||||
|
|
||||||
* Update postinst script to be a little quieter
|
|
||||||
* MINI_BUILDD_OPTION:
|
|
||||||
auto-ports=trixie-packetrepo-unstable,bookworm-packetrepo-unstable,bullseye-packetrepo-unstable,noble-packetrepo-unstable,jammy-packetrepo-unstable
|
|
||||||
|
|
||||||
-- Dave Hibberd <hibby@debian.org> Tue, 11 Mar 2025 00:51:35 +0000
|
|
||||||
|
|
||||||
linbpq (6.0.24.66+repack-1~hibbian+1) bookworm-hibbian-unstable; urgency=medium
|
linbpq (6.0.24.66+repack-1~hibbian+1) bookworm-hibbian-unstable; urgency=medium
|
||||||
|
|
||||||
* New upstream version 6.0.24.66+repack
|
* New upstream version 6.0.24.66+repack
|
||||||
|
|
|
@ -21,12 +21,8 @@ if [ "$1" = configure ]; then
|
||||||
# unknown adduser error, simply exit
|
# unknown adduser error, simply exit
|
||||||
exit 1
|
exit 1
|
||||||
}
|
}
|
||||||
if ! id -nGz linbpq | grep -qzxF 'dialout' ; then
|
|
||||||
adduser linbpq dialout
|
adduser linbpq dialout
|
||||||
fi
|
|
||||||
if ! id -nGz linbpq | grep -qzxF 'plugdev' ; then
|
|
||||||
adduser linbpq plugdev
|
adduser linbpq plugdev
|
||||||
fi
|
|
||||||
chown :linbpq /opt/oarc/bpq
|
chown :linbpq /opt/oarc/bpq
|
||||||
chmod 775 /opt/oarc/bpq
|
chmod 775 /opt/oarc/bpq
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue