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

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