summarylogtreecommitdiffstats
path: root/killjoy-notifier-notification-git.install
blob: 27af8c371b2794876afbcc6ac108a26347da20fd (plain)
1
2
3
4
5
6
7
8
9
10
post_install() {
    fmt <(
cat <<EOF
Make sure a desktop notifications service is available. See:
https://wiki.archlinux.org/index.php/Desktop_notifications
EOF
    )
}

# vim:set ts=2 sw=2 et: