summaryrefslogtreecommitdiff
path: root/repo/openrgb/openrgb.post-install
diff options
context:
space:
mode:
Diffstat (limited to 'repo/openrgb/openrgb.post-install')
-rw-r--r--repo/openrgb/openrgb.post-install5
1 files changed, 5 insertions, 0 deletions
diff --git a/repo/openrgb/openrgb.post-install b/repo/openrgb/openrgb.post-install
new file mode 100644
index 0000000..739ef0c
--- /dev/null
+++ b/repo/openrgb/openrgb.post-install
@@ -0,0 +1,5 @@
+#!/bin/sh
+
+modprobe i2c-dev
+
+exit 0