7 lines
126 B
Plaintext
7 lines
126 B
Plaintext
|
case "${ACTION}" in
|
||
|
post)
|
||
|
chown root:xbuilder usr/sbin/xbps-uchroot.static
|
||
|
chmod 4750 usr/sbin/xbps-uchroot.static
|
||
|
;;
|
||
|
esac
|