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