aboutsummarylogtreecommitdiffstats
path: root/deepin-wine-wxwork.install
diff options
context:
space:
mode:
Diffstat (limited to 'deepin-wine-wxwork.install')
-rw-r--r--deepin-wine-wxwork.install7
1 files changed, 7 insertions, 0 deletions
diff --git a/deepin-wine-wxwork.install b/deepin-wine-wxwork.install
new file mode 100644
index 000000000000..484ed5e4c23d
--- /dev/null
+++ b/deepin-wine-wxwork.install
@@ -0,0 +1,7 @@
+post_upgrade(){
+ find /home -maxdepth 2 -name ".deepinwine" -exec rm -f \{\}/Deepin-WXWork/reinstalled \;
+}
+pre_remove() {
+ echo "deleting the WXWork bottle..."
+ find /home -maxdepth 2 -name ".deepinwine" -exec rm -rf \{\}/Deepin-WXWork/ \;
+}