summarylogtreecommitdiffstats
path: root/deepin-wine-mailmaster.install
diff options
context:
space:
mode:
authorzxp198210052024-02-29 12:44:40 +0800
committerzxp198210052024-02-29 12:44:40 +0800
commit4d6ff95bf31bfd2b756f962894430ec62a991a59 (patch)
treed74ab4b58f6d36aacbda9e3d74360a346f799fbe /deepin-wine-mailmaster.install
parente345d9f118f8ede9dc594ebe0a024755fec19029 (diff)
downloadaur-deepin-wine-mailmaster.tar.gz
fix errors
Diffstat (limited to 'deepin-wine-mailmaster.install')
-rw-r--r--deepin-wine-mailmaster.install6
1 files changed, 3 insertions, 3 deletions
diff --git a/deepin-wine-mailmaster.install b/deepin-wine-mailmaster.install
index 8dc26b08ec85..8b573d5ff80a 100644
--- a/deepin-wine-mailmaster.install
+++ b/deepin-wine-mailmaster.install
@@ -7,10 +7,10 @@ post_install() {
info
}
post_upgrade() {
- find /home -maxdepth 2 -name ".deepinwine" -exec rm -f \{\}/Deepin-@bottlename@/reinstalled \;
+ find /home -maxdepth 2 -name ".deepinwine" -exec rm -f \{\}/Deepin-MasterMaster/reinstalled \;
info
}
pre_remove() {
- echo "deleting the Deepin-@bottlename@ bottle..."
- find /home -maxdepth 2 -name ".deepinwine" -exec rm -rf \{\}/Deepin-@bottlename@/ \;
+ echo "deleting the Deepin-MasterMaster bottle..."
+ find /home -maxdepth 2 -name ".deepinwine" -exec rm -rf \{\}/Deepin-MasterMaster/ \;
} \ No newline at end of file