2016-04-18 18:07:59 +02:00
|
|
|
case ${ACTION} in
|
|
|
|
post)
|
2016-12-07 23:04:35 +01:00
|
|
|
# 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
|
|
|
|
;;
|
2016-04-18 18:07:59 +02:00
|
|
|
esac
|
|
|
|
|