089e8ab4e6
Fixes #5312
10 lines
194 B
Text
10 lines
194 B
Text
case ${ACTION} in
|
|
post)
|
|
# fix permissions and owners
|
|
chown root:mail usr/bin/dma
|
|
chmod 2755 usr/bin/dma
|
|
chown root:mail usr/lib/dma-mbox-create
|
|
chmod 4754 usr/lib/dma-mbox-create
|
|
;;
|
|
esac
|
|
|