void-packages/srcpkgs/vscode/REMOVE
2018-11-16 10:06:06 -05:00

9 lines
193 B
Text

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