summaryrefslogtreecommitdiffstats
path: root/abs/core/mlocate/mlocate.install
diff options
context:
space:
mode:
authorCecil <knoppmyth@gmail.com>2011-07-05 03:13:06 (GMT)
committerCecil <knoppmyth@gmail.com>2011-07-05 03:13:06 (GMT)
commitdb6794dc27508afd7458b1bb8ea989111a97baac (patch)
tree62b954142dab896cd6537d30b8de7188ff73d126 /abs/core/mlocate/mlocate.install
parentfad439a197c7e1c11e0fe5681bbbb3c04142a5fe (diff)
downloadlinhes_pkgbuild-db6794dc27508afd7458b1bb8ea989111a97baac.zip
linhes_pkgbuild-db6794dc27508afd7458b1bb8ea989111a97baac.tar.gz
linhes_pkgbuild-db6794dc27508afd7458b1bb8ea989111a97baac.tar.bz2
mlocate:Bumped to latest.
Diffstat (limited to 'abs/core/mlocate/mlocate.install')
-rw-r--r--abs/core/mlocate/mlocate.install11
1 files changed, 1 insertions, 10 deletions
diff --git a/abs/core/mlocate/mlocate.install b/abs/core/mlocate/mlocate.install
index d29e4d8..c7b7f9c 100644
--- a/abs/core/mlocate/mlocate.install
+++ b/abs/core/mlocate/mlocate.install
@@ -1,27 +1,18 @@
-# arg 1: the new package version
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."
}
-# arg 1: the new package version
-# arg 2: the old package version
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 || usr/sbin/groupadd -g 21 locate &>/dev/null
+ getent group locate &>/dev/null || usr/sbin/groupadd -g 21 locate &>/dev/null
chown -R root:locate var/lib/mlocate
}
-# arg 1: the old package version
pre_remove() {
getent group locate &>/dev/null && usr/sbin/groupdel locate &>/dev/null
}
-
-op=$1
-shift
-
-$op $*