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

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