We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ee3bc6e commit f42b1b9Copy full SHA for f42b1b9
resources/postinst_script
@@ -7,5 +7,5 @@ if [ "$1" = "configure" ] || [ "$1" = "abort-upgrade" ]; then
7
chown root /opt/Min/chrome-sandbox
8
chmod 4755 /opt/Min/chrome-sandbox
9
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."
10
- ln -s /opt/Min/min /usr/bin/min
+ ln -sf /opt/Min/min /usr/bin/min
11
fi
0 commit comments