mirror of
https://github.com/void-linux/void-packages.git
synced 2025-10-01 16:15:27 +02:00
6 lines
126 B
Text
6 lines
126 B
Text
case "${ACTION}" in
|
|
post)
|
|
chown root:xbuilder usr/sbin/xbps-uchroot.static
|
|
chmod 4750 usr/sbin/xbps-uchroot.static
|
|
;;
|
|
esac
|