summarylogtreecommitdiffstats
path: root/pyroscope.install
blob: 07c8b3f5a5f82e3ad8180fc132205bb3ed4790e1 (plain)
1
2
3
4
5
6
7
8
post_install() {
	chown pyroscope: /usr/bin/pyroscope
	chmod ug+s /usr/bin/pyroscope
}

post_upgrade() {
	post_install
}