summarylogtreecommitdiffstats
path: root/jstimeout-git.install
blob: 5597282020dff0f2702c498ba0b9517d496564fa (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
post_install() {
  echo ""
  echo "==> jstimeout installed!"
  echo ""
  echo "  Device list: ~/.config/jstimeout/devices (auto-created on first run)"
  echo "  Example:     /usr/share/jstimeout/devices.example"
  echo ""
  echo "  Systemd user service:"
  echo "    systemctl --user enable --now jstimeout"
  echo ""
}

post_upgrade() {
  post_install
}