summarylogtreecommitdiffstats
path: root/deepin-wine-xiguavideo.install
diff options
context:
space:
mode:
authorzxp198210052023-12-14 19:05:38 +0800
committerzxp198210052023-12-14 19:05:38 +0800
commit3e3accf55f2ac501c0c111aae82d8ab7623cf334 (patch)
treeee2f4c370ec8252585b750b1863c7e1036a2f627 /deepin-wine-xiguavideo.install
parent6db725dbeb6a00e3d0275aa4825440a9996c24b2 (diff)
downloadaur-3e3accf55f2ac501c0c111aae82d8ab7623cf334.tar.gz
fix errors
Diffstat (limited to 'deepin-wine-xiguavideo.install')
-rw-r--r--deepin-wine-xiguavideo.install6
1 files changed, 3 insertions, 3 deletions
diff --git a/deepin-wine-xiguavideo.install b/deepin-wine-xiguavideo.install
index b1570512b9ba..70420768367c 100644
--- a/deepin-wine-xiguavideo.install
+++ b/deepin-wine-xiguavideo.install
@@ -7,10 +7,10 @@ post_install() {
info
}
post_upgrade() {
- find /home -maxdepth 2 -name ".deepinwine" -exec rm -f \{\}/Deepin-XiGuaVideo/reinstalled \;
+ find /home -maxdepth 2 -name ".deepinwine" -exec rm -f \{\}/@bottlename@/reinstalled \;
info
}
pre_remove() {
- echo "deleting the douyin bottle..."
- find /home -maxdepth 2 -name ".deepinwine" -exec rm -rf \{\}/Deepin-XiGuaVideo/ \;
+ echo "deleting the @bottlename@ bottle..."
+ find /home -maxdepth 2 -name ".deepinwine" -exec rm -rf \{\}/@bottlename@/ \;
} \ No newline at end of file