commit dfae6e182685bc759a5c4c8832f5fef57c644792 parent f50d2679b1715155118ad9506aa0f38e3da7ef36 Author: Cem Keylan <cem@ckyln.com> Date: Tue, 11 Aug 2020 15:35:15 +0300 mlocate: better post-install Diffstat:
M | extra/mlocate/post-install | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git 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