summarylogtreecommitdiffstats
path: root/noisetorch-git.install
blob: 749c2b86d1e3ec353eb97dbb714dd65172a2c480 (plain)
1
2
3
4
5
6
7
post_install() {
	setcap 'CAP_SYS_RESOURCE=+ep' usr/bin/noisetorch
}

post_upgrade() {
	post_install "$1"
}