mirror of
https://github.com/archlinux/aur.git
synced 2026-02-17 17:52:50 +01:00
10 lines
272 B
Text
10 lines
272 B
Text
post_install() {
|
|
systemd-sysusers asf.conf
|
|
chown -R asf: /var/lib/asf
|
|
echo "# configuration is done in /var/lib/asf/config or ~/.config/asf depending on the service file used."
|
|
}
|
|
|
|
post_upgrade() {
|
|
systemd-sysusers asf.conf
|
|
chown -R asf: /var/lib/asf
|
|
}
|