1 2 3 4 5 6 7 8 9
#!/bin/sh post_install() { setcap CAP_NET_BIND_SERVICE+ep usr/bin/netinstall-gui } post_upgrade() { post_install }