Skip to content

Commit

Permalink
Prevent some errors (#1100)
Browse files Browse the repository at this point in the history
  • Loading branch information
Lee Yunseok authored Jun 29, 2020
1 parent 7cf485e commit ede2d59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/postinst_script
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ if [ "$1" = "configure" ] || [ "$1" = "abort-upgrade" ]; then
update-alternatives --install /usr/bin/x-www-browser \
x-www-browser /usr/bin/min 80
echo "Run sudo xdg-settings set default-web-browser min.desktop && sudo update-alternatives --config x-www-browser to set Min as your default browser."
fi
fi

0 comments on commit ede2d59

Please sign in to comment.