Skip to content

Commit

Permalink
Fix deb postinst script
Browse files Browse the repository at this point in the history
  • Loading branch information
Tyriar committed Mar 20, 2016
1 parent 1912d41 commit ef2a1fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/linux/debian/postinst.template
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit ef2a1fc

Please sign in to comment.