aur/install
2021-10-02 15:53:14 +02:00

12 lines
425 B
Text

post_install() {
printf "\tBy default, configuration is done in /var/lib/asf/config\n"
}
post_upgrade() {
if (( $(vercmp "$2" '5.1.4.0-1') < 0)); then
printf "\tThe service files are replaced by ArchiSteamFarm@.service\n \
\tIt uses an environment file in /etc/asf to point to the right folder.\n \
\tFor a smooth migration, use:\n \
\t# systemctl enable --now ArchiSteamFarm@asf.service\n"
fi
}