archrelease: copy trunk to community-any
[ArchLinux/community.git] / opensmtpd / trunk / opensmtpd.install
blob391a12b55f5b0bd3916e9559d828f9bb3cb4d99f
1 post_install() {
2     # Fix ownership of smtpctl for old systems
3     systemd-sysusers /usr/lib/sysusers.d/opensmtpd.conf
4     chgrp smtpq /usr/bin/smtpctl
5     chmod 2555 /usr/bin/smtpctl
8 post_upgrade() {
9     post_install