void-packages/srcpkgs/mtr/INSTALL

6 lines
70 B
Text
Raw Normal View History

case "${ACTION}" in
post)
setcap CAP_NET_RAW+ep usr/bin/mtr
;;
esac