if [ "$UPDATE" = "no" ]; then
case "$ACTION" in
post)
if [ -d usr/share/code-oss ]; then
rm -rf usr/share/code-oss
fi
;;
esac