mirror of
https://github.com/archlinux/aur.git
synced 2026-02-18 18:32:43 +01:00
8 lines
120 B
Text
8 lines
120 B
Text
post_install() {
|
|
systemd-sysusers asf.conf
|
|
chown -R asf: /var/lib/asf
|
|
}
|
|
|
|
post_upgrade() {
|
|
post_install $1
|
|
}
|