aboutsummaryrefslogtreecommitdiff
path: root/extra/mlocate
diff options
context:
space:
mode:
authorCem Keylan <cem@ckyln.com>2020-08-11 15:35:15 +0300
committerCem Keylan <cem@ckyln.com>2020-08-11 15:35:15 +0300
commitdfae6e182685bc759a5c4c8832f5fef57c644792 (patch)
treec861961faebc563d41a6a9a7a710f251010bf5c7 /extra/mlocate
parentf50d2679b1715155118ad9506aa0f38e3da7ef36 (diff)
downloadrepository-dfae6e182685bc759a5c4c8832f5fef57c644792.tar.gz
mlocate: better post-install
Diffstat (limited to 'extra/mlocate')
-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