summarylogtreecommitdiffstats
path: root/orbment-git.install
diff options
context:
space:
mode:
Diffstat (limited to 'orbment-git.install')
-rw-r--r--orbment-git.install13
1 files changed, 13 insertions, 0 deletions
diff --git a/orbment-git.install b/orbment-git.install
new file mode 100644
index 000000000000..0173ff87ce70
--- /dev/null
+++ b/orbment-git.install
@@ -0,0 +1,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"
+}