d207af727c
Thanks @chneukirchen.
7 lines
107 B
Text
7 lines
107 B
Text
# INSTALL
|
|
case "$ACTION" in
|
|
post)
|
|
chown root:mlocate usr/bin/mlocate
|
|
chmod 2755 usr/bin/mlocate
|
|
;;
|
|
esac
|