aboutsummaryrefslogtreecommitdiffstats
path: root/community/weston/weston.pre-install
diff options
context:
space:
mode:
Diffstat (limited to 'community/weston/weston.pre-install')
-rw-r--r--community/weston/weston.pre-install5
1 files changed, 5 insertions, 0 deletions
diff --git a/community/weston/weston.pre-install b/community/weston/weston.pre-install
new file mode 100644
index 0000000000..0db3c455be
--- /dev/null
+++ b/community/weston/weston.pre-install
@@ -0,0 +1,5 @@
+#!/bin/sh
+
+addgroup -S weston-launch 2>/dev/null
+
+exit 0