void-packages/srcpkgs/mlocate/INSTALL
2015-11-17 21:01:31 -05:00

8 lines
107 B
Plaintext

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