diff options
author | Jakub Jirutka <jakub@jirutka.cz> | 2016-08-22 17:02:22 +0200 |
---|---|---|
committer | Jakub Jirutka <jakub@jirutka.cz> | 2016-08-22 17:03:03 +0200 |
commit | 1e1cd44e4d49bd52687d4a044c56b90dfd2916be (patch) | |
tree | bea775b65969e0d8cdb8daf2a6799acbb5394d3a /unmaintained/mlocate/mlocate.pre-install | |
parent | b55612c5aca4ae839bea079464d76a107003ef67 (diff) | |
download | aports-1e1cd44e4d49bd52687d4a044c56b90dfd2916be.tar.bz2 aports-1e1cd44e4d49bd52687d4a044c56b90dfd2916be.tar.xz |
testing/mlocate: move to unmaintained (doesn't work)
This package doesn't work for a long time and I don't know how to fix
it.
Diffstat (limited to 'unmaintained/mlocate/mlocate.pre-install')
-rw-r--r-- | unmaintained/mlocate/mlocate.pre-install | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/unmaintained/mlocate/mlocate.pre-install b/unmaintained/mlocate/mlocate.pre-install new file mode 100644 index 0000000000..8ae6bbd550 --- /dev/null +++ b/unmaintained/mlocate/mlocate.pre-install @@ -0,0 +1,5 @@ +#!/bin/sh + +addgroup -S locate 2>/dev/null + +exit 0 |