8 lines
185 B
Text
8 lines
185 B
Text
|
case "${ACTION}" in
|
||
|
post)
|
||
|
# Setup correct permissions to the chroot helper.
|
||
|
chgrp xbuilder usr/libexec/xbps-src-chroot-helper
|
||
|
chmod 4750 usr/libexec/xbps-src-chroot-helper
|
||
|
;;
|
||
|
esac
|