summarylogtreecommitdiffstats
path: root/install
blob: 5a73cfcf4fa45468f624355e836fc1cca0944bb7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
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
}