summarylogtreecommitdiffstats
path: root/dispad.install
blob: 5d2cac1fea8c1a87ae74e578b5e6f9f956e9f4db (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
post_install() {
  printf "\nExample configuration can be found at /etc/dispad/dispad.conf.example and can optionally be copied to ~/.dispad\n"
  printf "\nTo use dispad, start with:\n"
  printf "systemctl --user start dispad\n"
  printf "\nAutostart on login:\n"
  printf "systemctl --user enable dispad\n"
  printf "\n"
}

post_upgrade() {
  printf "\nRemember to reload systemd user daemons before restarting dispad\n"
  printf "systemctl --user daemon-reload\n"
  printf "systemctl --user restart dispad\n"
  printf "\n"
}