From f42b1b92cc827fca7813591dd4794fad9be076ac Mon Sep 17 00:00:00 2001 From: PalmerAL Date: Sun, 16 Oct 2022 01:46:51 -0500 Subject: [PATCH] Update postinst_script #2109 --- resources/postinst_script | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/postinst_script b/resources/postinst_script index 0552fc099..8ea76adc8 100755 --- a/resources/postinst_script +++ b/resources/postinst_script @@ -7,5 +7,5 @@ if [ "$1" = "configure" ] || [ "$1" = "abort-upgrade" ]; then chown root /opt/Min/chrome-sandbox chmod 4755 /opt/Min/chrome-sandbox 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." - ln -s /opt/Min/min /usr/bin/min + ln -sf /opt/Min/min /usr/bin/min fi