diff options
author | James Meyer <james.meyer@operamail.com> | 2012-08-09 22:03:48 (GMT) |
---|---|---|
committer | James Meyer <james.meyer@operamail.com> | 2012-08-09 22:03:48 (GMT) |
commit | 3da5ea3906e610ff21d9fec77e07e5b781ba3d5e (patch) | |
tree | 899e577940436e63bf73517e63adda511070c1f8 /abs/core/mlocate/mlocate.install | |
parent | 6e266cb2cab769f484532311206e5f548669b49b (diff) | |
download | linhes_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.install | 18 |
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 -} |