aur/asf.install
2017-10-14 15:06:59 +02:00

8 lines
120 B
Text

post_install() {
systemd-sysusers asf.conf
chown -R asf: /var/lib/asf
}
post_upgrade() {
post_install $1
}