aboutsummaryrefslogtreecommitdiffstats
path: root/testing/sems/sems.post-install
diff options
context:
space:
mode:
Diffstat (limited to 'testing/sems/sems.post-install')
-rw-r--r--testing/sems/sems.post-install6
1 files changed, 6 insertions, 0 deletions
diff --git a/testing/sems/sems.post-install b/testing/sems/sems.post-install
new file mode 100644
index 0000000000..cd800bdcd6
--- /dev/null
+++ b/testing/sems/sems.post-install
@@ -0,0 +1,6 @@
+#!/bin/sh
+
+mkdir -p /var/run/sems 2>/dev/null
+chown -R sems:sems /var/run/sems 2>/dev/null
+chgrp sems /etc/sems/sems.cfg 2>/dev/null
+exit 0