8 lines
185 B
Plaintext
8 lines
185 B
Plaintext
|
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
|