aboutsummarylogtreecommitdiffstats
path: root/deepin-wine-wxwork.install
blob: 484ed5e4c23d6b9f8556d4938d643781042b8463 (plain)
1
2
3
4
5
6
7
post_upgrade(){
    find /home -maxdepth 2 -name ".deepinwine" -exec rm -f \{\}/Deepin-WXWork/reinstalled \;
}
pre_remove() {
    echo "deleting the WXWork bottle..."
    find /home -maxdepth 2 -name ".deepinwine" -exec rm -rf \{\}/Deepin-WXWork/ \;
}