summarylogtreecommitdiffstats
path: root/bilibili-live-helper.install
blob: eb725679e8529989ba63adea5dc3653dd80b7852 (plain)
1
2
3
4
5
6
7
post_install() {
	ln -s /opt/bilibili-live-helper/bilibili-live-helper /usr/bin/bilibili-live-helper
	echo "For transparent support, please add these arguments: --enable-transparent-visuals and --disable-gpu"
}
pre_remove() {
	rm /usr/bin/bilibili-live-helper
}