mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2025-11-15 08:57:34 +01:00
install: acknowledge potential existence of Chromium
This commit is contained in:
parent
12f2e9bc51
commit
ff91d83cd9
3
install
3
install
@ -367,6 +367,9 @@ else
|
|||||||
#ln -nsfv /usr/share/applications/org.kde.haruna.desktop $DESKTOP/
|
#ln -nsfv /usr/share/applications/org.kde.haruna.desktop $DESKTOP/
|
||||||
# scripts repo
|
# scripts repo
|
||||||
ln -nsfv /usr/local/share/applications/a-firefox.desktop $DESKTOP/
|
ln -nsfv /usr/local/share/applications/a-firefox.desktop $DESKTOP/
|
||||||
|
if [ -f "/usr/bin/chromium-browser" ]; then
|
||||||
|
ln -nsfv /usr/local/share/applications/a-chromium.desktop $DESKTOP/
|
||||||
|
fi
|
||||||
if [ -f "/usr/bin/google-chrome-stable" ]; then
|
if [ -f "/usr/bin/google-chrome-stable" ]; then
|
||||||
ln -nsfv /usr/local/share/applications/a-google-chrome.desktop $DESKTOP/
|
ln -nsfv /usr/local/share/applications/a-google-chrome.desktop $DESKTOP/
|
||||||
fi
|
fi
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user