1 2 3 4 5 6 7 8 9 10 11
## arg 1: the new package version post_install() { cat <<EOF To start the inhibitor service: systemctl --user start wayland-idle-inhibitor.service EOF } # vim: ft=sh