a31f0cb99e
mupdatedb fixes the permissions on next run.
7 lines
108 B
Text
7 lines
108 B
Text
# INSTALL
|
|
case "$ACTION" in
|
|
post)
|
|
chown root:_mlocate usr/bin/mlocate
|
|
chmod 2755 usr/bin/mlocate
|
|
;;
|
|
esac
|