#!/bin/sh post_install() { setcap CAP_NET_BIND_SERVICE+ep usr/bin/netinstall } post_upgrade() { post_install }