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