blob: c69da130b3e6e6762265b43d7757ebff227d0393 (
plain)
1
2
3
4
5
6
7
|
post_upgrade() {
find /home -maxdepth 2 -name ".customwine" -exec rm -f \{\}/QQ-Music/reinstalled \;
}
pre_remove() {
echo "deleting the TIM bottle..."
find /home -maxdepth 2 -name ".customwine" -exec rm -rf \{\}/QQ-Music/ \;
}
|