From a0668a067d82608d3eef748c58ac8f16774031f3 Mon Sep 17 00:00:00 2001 From: Cem Keylan Date: Mon, 16 Dec 2019 22:05:22 +0300 Subject: mlocate: add package to testing --- testing/mlocate/post-install | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100755 testing/mlocate/post-install (limited to 'testing/mlocate/post-install') diff --git a/testing/mlocate/post-install b/testing/mlocate/post-install new file mode 100755 index 00000000..31c4d616 --- /dev/null +++ b/testing/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 <