summarylogtreecommitdiffstats
path: root/link.install
blob: ad06e6a80e767e4580b55e9e822358aa32ea77b5 (plain)
1
2
3
4
5
6
7
8
9
post_install() {
	ln -s /opt/tencent/wechat-devtools/wechat_devtools /usr/bin/wechat_devtools
	echo "Type `wechat_devtools` to launch."
}

post_remove() {
	rm /usr/bin/wechat_devtools
	echo "Manually remove config folder."
}