void-packages/srcpkgs/plocate/INSTALL
Duncaen f84af8e70c
plocate: better integration
* add _plocate group
* add locate alternative group
* simple pupdatedb script that does mupdatedb and plocate-build
* ship our own cron job that uses the _plocate group
2020-10-31 20:04:58 +01:00

7 lines
108 B
Text

# INSTALL
case "$ACTION" in
post)
chown root:_plocate usr/bin/plocate
chmod 2755 usr/bin/plocate
;;
esac