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