summarylogtreecommitdiffstats
path: root/tongdaxing.install
diff options
context:
space:
mode:
authorYour Name2020-12-17 17:10:58 +0800
committerYour Name2020-12-17 17:10:58 +0800
commit3cd180bd93af452bd06630f0d614724a215342f1 (patch)
tree59a3557dc49a7527df6b9982b6dfaa4b1d6e6944 /tongdaxing.install
downloadaur-3cd180bd93af452bd06630f0d614724a215342f1.tar.gz
Pack com.tdx.deepin
Diffstat (limited to 'tongdaxing.install')
-rw-r--r--tongdaxing.install10
1 files changed, 10 insertions, 0 deletions
diff --git a/tongdaxing.install b/tongdaxing.install
new file mode 100644
index 000000000000..16e7d5127f78
--- /dev/null
+++ b/tongdaxing.install
@@ -0,0 +1,10 @@
+post_upgrade() {
+ echo
+ echo "Remove ~/.deepinwine/Deepin-TDX to generate a new bottle."
+ echo
+}
+
+post_remove() {
+ echo "Deleting existing TDX bottles..."
+ find /home -maxdepth 2 -name ".deepinwine" -exec rm -rf \{\}/Deepin-TDX/ \;
+} \ No newline at end of file