summarylogtreecommitdiffstats
path: root/libtransistor-git.install
blob: 0012a1e72bbd6852a985c8e680b1b0871a8c133d (plain)
1
2
3
4
5
6
post_install() {
	echo "export LIBTRANSISTOR_HOME=/opt/libtransistor" > /etc/profile.d/libtransistor.sh
}
post_remove(){
	rm /etc/profile.d/libtransistor.sh
}