From dfae6e182685bc759a5c4c8832f5fef57c644792 Mon Sep 17 00:00:00 2001 From: Cem Keylan Date: Tue, 11 Aug 2020 15:35:15 +0300 Subject: mlocate: better post-install --- extra/mlocate/post-install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'extra/mlocate') 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 -- cgit v1.2.3