summarylogtreecommitdiffstats
path: root/deepin-wine-welink.install
diff options
context:
space:
mode:
Diffstat (limited to 'deepin-wine-welink.install')
-rw-r--r--deepin-wine-welink.install6
1 files changed, 3 insertions, 3 deletions
diff --git a/deepin-wine-welink.install b/deepin-wine-welink.install
index 376e684b5f8b..4609b11d5074 100644
--- a/deepin-wine-welink.install
+++ b/deepin-wine-welink.install
@@ -7,10 +7,10 @@ post_install() {
info
}
post_upgrade() {
- find /home -maxdepth 2 -name ".deepinwine" -exec rm -f \{\}/Deepin-WeLink/reinstalled \;
+ find /home -maxdepth 2 -name ".deepinwine" -exec rm -f \{\}/Deepin-@appname@/reinstalled \;
info
}
pre_remove() {
- echo "deleting the WeChat bottle..."
- find /home -maxdepth 2 -name ".deepinwine" -exec rm -rf \{\}/Deepin-WeLink/ \;
+ echo "deleting the @appname@ bottle..."
+ find /home -maxdepth 2 -name ".deepinwine" -exec rm -rf \{\}/Deepin-@appname@/ \;
} \ No newline at end of file