mirror of
https://github.com/archlinux/aur.git
synced 2026-02-17 17:52:50 +01:00
add message about config paths on new installations
This commit is contained in:
parent
12cbd92008
commit
45f7df03cb
1 changed files with 3 additions and 1 deletions
|
|
@ -1,8 +1,10 @@
|
|||
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() {
|
||||
post_install $1
|
||||
systemd-sysusers asf.conf
|
||||
chown -R asf: /var/lib/asf
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue