mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2025-07-29 01:57:22 +02:00
install: kind of recognize user browser choice
This commit is contained in:
parent
7093051d2b
commit
8a0876023e
10
install
10
install
@ -282,6 +282,16 @@ else
|
||||
if [ -f "/usr/bin/google-chrome-stable" ]; then
|
||||
ln -nsfv /usr/local/share/applications/a-google-chrome.desktop $DESKTOP/
|
||||
fi
|
||||
if [ -f "/usr/bin/microsoft-edge-stable" ]; then
|
||||
ln -nsfv /usr/local/share/applications/a-microsoft-edge.desktop $DESKTOP/
|
||||
fi
|
||||
if [ -f "/usr/bin/vivaldi-stable" ]; then
|
||||
ln -nsfv /usr/local/share/applications/a-vivaldi.desktop $DESKTOP/
|
||||
fi
|
||||
if [ -f "/usr/bin/librewolf" ]; then
|
||||
ln -nsfv /usr/local/share/applications/libreawoo.desktop $DESKTOP/
|
||||
fi
|
||||
|
||||
ln -nsfv /usr/local/share/applications/flatpak-steam-bigpicture.desktop $DESKTOP/
|
||||
ln -nsfv /usr/local/share/applications/a-steam.desktop $DESKTOP/
|
||||
if [ -f "/var/lib/flatpak/exports/bin/org.signal.Signal" ]; then
|
||||
|
Loading…
x
Reference in New Issue
Block a user