aboutsummarylogtreecommitdiffstats
path: root/deepin-wine-wechat.install
diff options
context:
space:
mode:
authorCodist2020-04-21 00:19:37 +0800
committerCodist2020-04-21 00:19:37 +0800
commitd9a430db7168c0601d68153909c14936b9500ab0 (patch)
treefab147140b72c50dc1184ee5895804f1c43bf82d /deepin-wine-wechat.install
parent117c44fe5c39a4dbe962a39d14df7753dea91147 (diff)
downloadaur-d9a430db7168c0601d68153909c14936b9500ab0.tar.gz
Upgrade WeChat to 2.9.0.112
Signed-off-by: Codist <countstarlight@gmail.com>
Diffstat (limited to 'deepin-wine-wechat.install')
-rw-r--r--deepin-wine-wechat.install14
1 files changed, 14 insertions, 0 deletions
diff --git a/deepin-wine-wechat.install b/deepin-wine-wechat.install
index 5b8b1f2b7c1e..1b9ef098ae41 100644
--- a/deepin-wine-wechat.install
+++ b/deepin-wine-wechat.install
@@ -1,5 +1,19 @@
+info() {
+ echo -e "\033[0;34m============================提示/INFO==============================="
+ echo -e "\033[0;34m* 反馈问题(Report issue):"
+ echo -e "\033[0;34m https://github.com/countstarlight/deepin-wine-wechat-arch/issues"
+ echo -e "\033[0;34m* 切换到 'deepin-wine'(Switch to 'deepin-wine'):"
+ echo -e "\033[0;34m https://github.com/countstarlight/deepin-wine-wechat-arch"
+ echo -e "\033[0;34m* 安装包下载(Installation package download):"
+ echo -e "\033[0;34m https://github.com/countstarlight/deepin-wine-wechat-arch/releases"
+ echo -e "\033[0;34m===================================================================="
+}
+post_install() {
+ info
+}
post_upgrade() {
find /home -maxdepth 2 -name ".deepinwine" -exec rm -f \{\}/Deepin-WeChat/reinstalled \;
+ info
}
pre_remove() {
echo "deleting the WeChat bottle..."