summarylogtreecommitdiffstats
path: root/.INSTALL
diff options
context:
space:
mode:
Diffstat (limited to '.INSTALL')
-rw-r--r--.INSTALL6
1 files changed, 6 insertions, 0 deletions
diff --git a/.INSTALL b/.INSTALL
new file mode 100644
index 000000000000..3f198fe4a740
--- /dev/null
+++ b/.INSTALL
@@ -0,0 +1,6 @@
+#!/bin/sh
+
+pre_remove() {
+ echo "deleting the DingTalk bottle..."
+ find /home -maxdepth 2 -name ".deepinwine" -exec rm -rf \{\}/Deepin-QQLight/ \;
+}