summarylogtreecommitdiffstats
path: root/orbment-git.install
blob: 0173ff87ce700a1677de8a3669bf693f4fcb190b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
post_install() {
    cat <<EOF
Orbment can optionally take advantage of the logind API for handling sessions
and devices without requiring root permissions.

If this feature is not wanted you will need to explicitly mark the compositor
(/usr/bin/orbment) as setuid.
EOF
}

post_upgrade() {
    post_install "$1"
}