summaryrefslogtreecommitdiffstats
path: root/ccache/pre-install
diff options
context:
space:
mode:
Diffstat (limited to 'ccache/pre-install')
-rw-r--r--ccache/pre-install2
1 files changed, 2 insertions, 0 deletions
diff --git a/ccache/pre-install b/ccache/pre-install
new file mode 100644
index 000000000..7da5160b9
--- /dev/null
+++ b/ccache/pre-install
@@ -0,0 +1,2 @@
+#!/bin/sh
+getent group ccache > /dev/null || /usr/sbin/groupadd -g 38 ccache