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 }