fix icon location for head RHEL distros as they moved to lib64

This commit is contained in:
ryan.kuba 2024-01-31 06:54:01 -08:00
parent 832348d66e
commit 10f77b21ec
No known key found for this signature in database

View File

@ -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