aboutsummaryrefslogtreecommitdiffstats
path: root/community/mlocate/mlocate.pre-install
diff options
context:
space:
mode:
authorAlex Laskin <alex@lask.in>2018-06-15 23:50:41 +0300
committerNatanael Copa <ncopa@alpinelinux.org>2018-06-19 09:52:32 +0000
commitf8f5cc6451fa9296f340a1b1888f051180a074b7 (patch)
treea5803bcc1f39665a23dbf3b80068cd7ce47cc386 /community/mlocate/mlocate.pre-install
parent0d5b1435156b23e9e0eb4d040d444038beb77b06 (diff)
downloadaports-f8f5cc6451fa9296f340a1b1888f051180a074b7.tar.bz2
aports-f8f5cc6451fa9296f340a1b1888f051180a074b7.tar.xz
community/mlocate: moving from testing/mlocate
Diffstat (limited to 'community/mlocate/mlocate.pre-install')
-rw-r--r--community/mlocate/mlocate.pre-install5
1 files changed, 5 insertions, 0 deletions
diff --git a/community/mlocate/mlocate.pre-install b/community/mlocate/mlocate.pre-install
new file mode 100644
index 0000000000..8ae6bbd550
--- /dev/null
+++ b/community/mlocate/mlocate.pre-install
@@ -0,0 +1,5 @@
+#!/bin/sh
+
+addgroup -S locate 2>/dev/null
+
+exit 0