post_install() {
	setcap 'CAP_SYS_RESOURCE=+ep' usr/bin/noisetorch
}

post_upgrade() {
	post_install "$1"
}
