summarylogtreecommitdiffstats
path: root/ths.install
blob: e29516b2315f11012c0e516393625f37d2117cd8 (plain)
1
2
3
4
5
6
7
8
9
10
post_upgrade() {
    echo 
    echo "Remove ~/.deepinwine/Deepin-THS to generate a new bottle."
    echo 
}

post_remove() {
    echo "Deleting existing THS bottles..."
    find /home -maxdepth 2 -name ".deepinwine" -exec rm -rf \{\}/Deepin-THS/ \;
}