Skip to content

Commit

Permalink
Don't need to use -r arg
Browse files Browse the repository at this point in the history
  • Loading branch information
Tyriar committed Mar 18, 2016
1 parent b6486f7 commit d451e02
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 @@ -10,7 +10,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
rm -rf /usr/local/bin/code
rm -f /usr/local/bin/code
fi

# Register repository as an apt source
Expand Down

0 comments on commit d451e02

Please sign in to comment.