post_install()
{
	 /sbin/setcap 'CAP_NET_ADMIN+eip' usr/bin/i3status 
}

post_upgrade()
{
	post_install
}


op=$1
shift
$op $*
