diff options
Diffstat (limited to 'extra')
-rwxr-xr-x | extra/mlocate/post-install | 2 |
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 |