summarylogtreecommitdiffstats
path: root/install
blob: d0c550b48ab8a29cf2bc5ddd086527baf499b73b (plain)
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