aboutsummaryrefslogtreecommitdiff
path: root/extra/mlocate/post-install
diff options
context:
space:
mode:
Diffstat (limited to 'extra/mlocate/post-install')
-rwxr-xr-xextra/mlocate/post-install2
1 files changed, 1 insertions, 1 deletions
diff --git a/extra/mlocate/post-install b/extra/mlocate/post-install
index 2eee6f2e..b0974f3a 100755
--- a/extra/mlocate/post-install
+++ b/extra/mlocate/post-install
@@ -1,3 +1,3 @@
#!/bin/sh -e
-grep -q mlocate /etc/group || addgroup mlocate
+grep -q '^mlocate:' /etc/group || addgroup -S mlocate