summarylogtreecommitdiffstats
path: root/dotpush.install
blob: a0a583a6376139e26353b2ffc1b53de99d1c826e (plain)
1
2
3
4
5
6
7
8
9
10
post_install() {
  echo "==> DotPush has been installed."
  echo "==> To enable automatic hourly backups, run the following command:"
  echo "    systemctl --user enable --now dotpush.timer"
}

pre_remove() {
  echo "==> To disable the timer before uninstalling, you can run:"
  echo "    systemctl --user disable --now dotpush.timer"
}