summarylogtreecommitdiffstats
path: root/link.install
blob: bc7074d5fdc893709a816e7258975d907430f0d1 (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."
}