diff options
author | Bartłomiej Piotrowski <b@bpiotrowski.pl> | 2012-07-10 10:32:32 +0200 |
---|---|---|
committer | Bartłomiej Piotrowski <b@bpiotrowski.pl> | 2012-07-10 10:32:32 +0200 |
commit | 3fd12a0011693045356304a007f062c2f02669cd (patch) | |
tree | 2367f9c5bcf6aeb229d80cfed1e91e0fb480bfcc /testing/mlocate/mlocate.pre-install | |
parent | cebc5ae5982e95ad03c3b9309e5d88e9eaf54018 (diff) | |
download | aports-3fd12a0011693045356304a007f062c2f02669cd.tar.bz2 aports-3fd12a0011693045356304a007f062c2f02669cd.tar.xz |
testing/mlocate: new aport
Diffstat (limited to 'testing/mlocate/mlocate.pre-install')
-rw-r--r-- | testing/mlocate/mlocate.pre-install | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/testing/mlocate/mlocate.pre-install b/testing/mlocate/mlocate.pre-install new file mode 100644 index 0000000000..18aa121d07 --- /dev/null +++ b/testing/mlocate/mlocate.pre-install @@ -0,0 +1,3 @@ +#!/bin/sh +addgroup -S locate 2>/dev/null +exit 0 |