repo.or.cz
/
ArchLinux
/
community.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
archrelease: copy trunk to community-any
[ArchLinux/community.git]
/
opensmtpd
/
trunk
/
opensmtpd.install
blob
391a12b55f5b0bd3916e9559d828f9bb3cb4d99f
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
6
}
7
8
post_upgrade() {
9
post_install
10
}