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