3b56203e70
Fixes https://github.com/void-linux/void-packages/issues/34431; solution due to thenktor
11 lines
246 B
Text
11 lines
246 B
Text
case ${ACTION} in
|
|
post)
|
|
# fix permissions and owners
|
|
chown root:mail usr/bin/dma
|
|
chown root:mail etc/dma/auth.conf etc/dma/dma.conf
|
|
chmod 2755 usr/bin/dma
|
|
chown root:mail usr/lib/dma-mbox-create
|
|
chmod 4754 usr/lib/dma-mbox-create
|
|
;;
|
|
esac
|
|
|