From 0124c81db637ae1af5ea628748cfa3d8c6069cde Mon Sep 17 00:00:00 2001 From: Cem Keylan Date: Tue, 17 Dec 2019 01:06:33 +0300 Subject: mlocate: move to extra --- extra/mlocate/post-install | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100755 extra/mlocate/post-install (limited to 'extra/mlocate/post-install') diff --git a/extra/mlocate/post-install b/extra/mlocate/post-install new file mode 100755 index 00000000..31c4d616 --- /dev/null +++ b/extra/mlocate/post-install @@ -0,0 +1,19 @@ +#!/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 <