vp-build/srcpkgs/vscode/REMOVE

10 lines
193 B
Plaintext
Raw Normal View History

2018-11-16 16:06:06 +01:00
if [ "$UPDATE" = "no" ]; then
case "$ACTION" in
post)
if [ -d usr/share/code-oss ]; then
rm -rf usr/share/code-oss
fi
;;
esac
fi