add message about config paths on new installations

This commit is contained in:
Gilrain 2018-05-12 10:47:32 +02:00
parent 12cbd92008
commit 45f7df03cb

View file

@ -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
}