summaryrefslogtreecommitdiffstats
path: root/testing/mlocate/mlocate.pre-install
diff options
context:
space:
mode:
Diffstat (limited to 'testing/mlocate/mlocate.pre-install')
-rw-r--r--testing/mlocate/mlocate.pre-install3
1 files changed, 3 insertions, 0 deletions
diff --git a/testing/mlocate/mlocate.pre-install b/testing/mlocate/mlocate.pre-install
new file mode 100644
index 000000000..18aa121d0
--- /dev/null
+++ b/testing/mlocate/mlocate.pre-install
@@ -0,0 +1,3 @@
+#!/bin/sh
+addgroup -S locate 2>/dev/null
+exit 0