summaryrefslogtreecommitdiff
path: root/community/dspam/dspam.install
diff options
context:
space:
mode:
Diffstat (limited to 'community/dspam/dspam.install')
-rw-r--r--community/dspam/dspam.install2
1 files changed, 2 insertions, 0 deletions
diff --git a/community/dspam/dspam.install b/community/dspam/dspam.install
index aaa3c91d5..0cdd54772 100644
--- a/community/dspam/dspam.install
+++ b/community/dspam/dspam.install
@@ -6,6 +6,7 @@ post_install() {
&& echo "done."
passwd -l dspam &>/dev/null
chown root:dspam usr/bin/dspam{,c}
+ chown -R root:dspam etc/dspam
chmod g+rs usr/bin/dspam{,c}
systemd-tmpfiles --create dspam.conf
@@ -32,6 +33,7 @@ EOF
post_upgrade() {
chown root:dspam usr/bin/dspam{,c}
+ chown -R root:dspam etc/dspam
chmod g+s usr/bin/dspamc
systemd-tmpfiles --create dspam.conf
}