aboutsummaryrefslogtreecommitdiff
path: root/testing/mlocate/post-install
diff options
context:
space:
mode:
Diffstat (limited to 'testing/mlocate/post-install')
-rwxr-xr-xtesting/mlocate/post-install19
1 files changed, 0 insertions, 19 deletions
diff --git a/testing/mlocate/post-install b/testing/mlocate/post-install
deleted file mode 100755
index 31c4d616..00000000
--- a/testing/mlocate/post-install
+++ /dev/null
@@ -1,19 +0,0 @@
-#!/bin/sh -e
-
-if grep -q mlocate /etc/group; then
- echo "mlocate group already exists, skipping creation"
-else
- echo "Creating mlocate group"
- addgroup mlocate
-fi
-
-cat <<EOF
-
-NOTE: In order to use "locate" command without
-root priviliges add yourself to the
-
- mlocate
-
-group.
-
-EOF