summarylogtreecommitdiffstats
path: root/deepin-tim-for-arch.install
blob: 76a1ddf51b1304a398dc79e71d64441bf2fbbd35 (plain)
1
2
3
4
5
6
7
post_upgrade() {
    find /home -maxdepth 2 -name ".deepinwine" -exec rm -f \{\}/Deepin-TIM/reinstalled \;
}
pre_remove() {
    echo "deleting the TIM bottle..."
    find /home -maxdepth 2 -name ".deepinwine" -exec rm -rf \{\}/Deepin-TIM/ \;
}