summaryrefslogtreecommitdiffstats
path: root/abs/core/mlocate/mlocate.install
diff options
context:
space:
mode:
authorJames Meyer <james.meyer@operamail.com>2012-08-09 22:03:48 (GMT)
committerJames Meyer <james.meyer@operamail.com>2012-08-09 22:03:48 (GMT)
commit3da5ea3906e610ff21d9fec77e07e5b781ba3d5e (patch)
tree899e577940436e63bf73517e63adda511070c1f8 /abs/core/mlocate/mlocate.install
parent6e266cb2cab769f484532311206e5f548669b49b (diff)
downloadlinhes_pkgbuild-3da5ea3906e610ff21d9fec77e07e5b781ba3d5e.zip
linhes_pkgbuild-3da5ea3906e610ff21d9fec77e07e5b781ba3d5e.tar.gz
linhes_pkgbuild-3da5ea3906e610ff21d9fec77e07e5b781ba3d5e.tar.bz2
mlocate .25
Diffstat (limited to 'abs/core/mlocate/mlocate.install')
-rw-r--r--abs/core/mlocate/mlocate.install18
1 files changed, 0 insertions, 18 deletions
diff --git a/abs/core/mlocate/mlocate.install b/abs/core/mlocate/mlocate.install
deleted file mode 100644
index c7b7f9c..0000000
--- a/abs/core/mlocate/mlocate.install
+++ /dev/null
@@ -1,18 +0,0 @@
-post_install() {
- post_upgrade "$1" "$1"
- echo "mlocate command is technically locate, but slocate is symlinked and still works."
- echo "You should run updatedb as root."
-}
-
-post_upgrade() {
- # This can be removed after {m,x}locate have both been updated
- getent group slocate &>/dev/null && usr/sbin/groupdel slocate &>/dev/null
- getent group mlocate &>/dev/null && usr/sbin/groupdel mlocate &>/dev/null
-
- getent group locate &>/dev/null || usr/sbin/groupadd -g 21 locate &>/dev/null
- chown -R root:locate var/lib/mlocate
-}
-
-pre_remove() {
- getent group locate &>/dev/null && usr/sbin/groupdel locate &>/dev/null
-}