From 8e7a41c7746b16920c11ee8f533606e09dcfba48 Mon Sep 17 00:00:00 2001 From: Cem Keylan Date: Sat, 2 May 2020 00:30:55 +0300 Subject: mlocate: move post-install to message --- extra/mlocate/post-install | 18 +----------------- 1 file changed, 1 insertion(+), 17 deletions(-) (limited to 'extra/mlocate/post-install') diff --git a/extra/mlocate/post-install b/extra/mlocate/post-install index 31c4d616..2eee6f2e 100755 --- a/extra/mlocate/post-install +++ b/extra/mlocate/post-install @@ -1,19 +1,3 @@ #!/bin/sh -e -if grep -q mlocate /etc/group; then - echo "mlocate group already exists, skipping creation" -else - echo "Creating mlocate group" - addgroup mlocate -fi - -cat <