summarylogtreecommitdiffstats
path: root/wineapps.install
diff options
context:
space:
mode:
authorYour Name2021-06-12 23:01:26 +0800
committerYour Name2021-06-12 23:01:26 +0800
commit67115e6faff6c0a74e39e7eb44ce653240bbac0f (patch)
tree4d54751c2c0dde1783de877abc33ae6157226dc0 /wineapps.install
downloadaur-com.jiakaobaodian.deepin.tar.gz
Pack com.jiakaobaodian.deepin
Diffstat (limited to 'wineapps.install')
-rw-r--r--wineapps.install10
1 files changed, 10 insertions, 0 deletions
diff --git a/wineapps.install b/wineapps.install
new file mode 100644
index 000000000000..2790d80b63a9
--- /dev/null
+++ b/wineapps.install
@@ -0,0 +1,10 @@
+post_upgrade() {
+ echo
+ echo "Remove ~/.deepinwine/Deepin-JiaKaoBaoDian to generate a new bottle."
+ echo
+}
+
+post_remove() {
+ echo "Deleting existing JiaKaoBaoDian bottles..."
+ find /home -maxdepth 2 -name ".deepinwine" -exec rm -rf \{\}/Deepin-JiaKaoBaoDian/ \;
+} \ No newline at end of file