summarylogtreecommitdiffstats
path: root/feishu.install
diff options
context:
space:
mode:
authorYour Name2020-12-24 11:06:37 +0800
committerYour Name2020-12-24 11:06:37 +0800
commit3dbeb8034cdf1d4d490a42cd1faac84d1551cb7d (patch)
treea8a6786aa9b5a21d763ca95484736c766484438e /feishu.install
downloadaur-cn.feishu.deepin.tar.gz
Pack cn.feishu.deepin
Diffstat (limited to 'feishu.install')
-rw-r--r--feishu.install10
1 files changed, 10 insertions, 0 deletions
diff --git a/feishu.install b/feishu.install
new file mode 100644
index 000000000000..4573918eb410
--- /dev/null
+++ b/feishu.install
@@ -0,0 +1,10 @@
+post_upgrade() {
+ echo
+ echo "Remove ~/.deepinwine/Deepin-Feishu to generate a new bottle."
+ echo
+}
+
+post_remove() {
+ echo "Deleting existing Feishu bottles..."
+ find /home -maxdepth 2 -name ".deepinwine" -exec rm -rf \{\}/Deepin-Feishu/ \;
+} \ No newline at end of file