mirror of
https://github.com/kasmtech/workspaces-images.git
synced 2024-11-07 08:44:07 +01:00
fix icon location for head RHEL distros as they moved to lib64
This commit is contained in:
parent
832348d66e
commit
10f77b21ec
@ -179,7 +179,7 @@ EOL
|
||||
fi
|
||||
|
||||
# Desktop Icon FIxes
|
||||
if [ "${DISTRO}" == "fedora39" ]; then
|
||||
if [[ "${DISTRO}" == @(rockylinux9|oracle9|almalinux9|fedora39) ]]; then
|
||||
sed -i 's#Icon=/usr/lib/firefox#Icon=/usr/lib64/firefox#g' $HOME/Desktop/firefox.desktop
|
||||
fi
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user