8 lines
107 B
Plaintext
8 lines
107 B
Plaintext
|
# INSTALL
|
||
|
case "$ACTION" in
|
||
|
post)
|
||
|
chown root:mlocate usr/bin/mlocate
|
||
|
chmod 2755 usr/bin/mlocate
|
||
|
;;
|
||
|
esac
|