mirror of
https://github.com/void-linux/void-packages.git
synced 2025-10-17 07:55:24 +02:00
6 lines
96 B
Text
6 lines
96 B
Text
case ${ACTION} in
|
|
post)
|
|
# Sets up required capabilities on helpers.
|
|
xbps-src setcaps
|
|
;;
|
|
esac
|