summarylogtreecommitdiffstats
path: root/link.install
diff options
context:
space:
mode:
Diffstat (limited to 'link.install')
-rw-r--r--link.install9
1 files changed, 9 insertions, 0 deletions
diff --git a/link.install b/link.install
new file mode 100644
index 000000000000..ad06e6a80e76
--- /dev/null
+++ b/link.install
@@ -0,0 +1,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."
+}