diff --git a/resources/linux/debian/postinst.template b/resources/linux/debian/postinst.template index 6cab809e71ffc6fe5e360b67a88433a3bd3802f0..017e4a2857be87e83fb799c5c07dc2be0469cd8f 100755 --- a/resources/linux/debian/postinst.template +++ b/resources/linux/debian/postinst.template @@ -9,7 +9,7 @@ update-alternatives --install /usr/bin/editor editor /usr/bin/@@NAME@@ 0 # Remove the legacy bin command if this is the stable build -if [ "@@NAME@@" = "code"] then +if [ "@@NAME@@" = "code" ]; then rm -f /usr/local/bin/code fi