summarylogtreecommitdiffstats
path: root/sanguozhi.install
diff options
context:
space:
mode:
Diffstat (limited to 'sanguozhi.install')
-rw-r--r--sanguozhi.install10
1 files changed, 10 insertions, 0 deletions
diff --git a/sanguozhi.install b/sanguozhi.install
new file mode 100644
index 000000000000..fb89847ab0ba
--- /dev/null
+++ b/sanguozhi.install
@@ -0,0 +1,10 @@
+post_upgrade() {
+ echo
+ echo "Remove ~/.deepinwine/Spark-sanguozhipk to generate a new bottle."
+ echo
+}
+
+post_remove() {
+ echo "Deleting existing sanguozhiipk bottles..."
+ find /home -maxdepth 2 -name ".deepinwine" -exec rm -rf \{\}/Spark-sanguozhipk/ \;
+}