summarylogtreecommitdiffstats
path: root/qlipmon.install
blob: c511311305f0328b2da2340f866d6757a3ee1076 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
post_install()
{
  echo -e "\e[38;5;82mTo start the QlipMon server service for a username, login as that user and run"
  echo -e "\e[38;5;198msystemctl --user start qlipmon-server.service"
  echo -e "\e[38;5;82mTo enabe it by default at login"
  echo -e "\e[38;5;198msystemctl --user enable qlipmon-server.service"
  echo -e "\e[0m"
}

post_upgrade()
{
  post_install
}