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