diff options
author | Cem Keylan <cem@ckyln.com> | 2020-08-11 15:35:15 +0300 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2020-08-11 15:35:15 +0300 |
commit | dfae6e182685bc759a5c4c8832f5fef57c644792 (patch) | |
tree | c861961faebc563d41a6a9a7a710f251010bf5c7 /extra | |
parent | f50d2679b1715155118ad9506aa0f38e3da7ef36 (diff) | |
download | repository-dfae6e182685bc759a5c4c8832f5fef57c644792.tar.gz |
mlocate: better post-install
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 |