case "${ACTION}" in
post)
if [ -f usr/bin/i3status ]; then
setcap 'CAP_NET_ADMIN=ep' usr/bin/i3status
fi
;;
esac