stupid workaround for recursive symlinks

This commit is contained in:
Aminda Suomalainen 2024-05-13 19:54:50 +03:00
parent 0a0fe39076
commit 81eede0382
Signed by: Mikaela
SSH Key Fingerprint: SHA256:CXLULpqNBdUKB6E6fLA1b/4SzG0HvKD19PbIePU175Q

View File

@ -27,6 +27,7 @@ cat conf/librewolf.overrides.cfg >~/.librewolf/librewolf.overrides.cfg
cat conf/librewolf.overrides.cfg >~/.var/app/io.gitlab.librewolf-community/.librewolf/librewolf.overrides.cfg
mkdir -p ~/.local/share/applications
ln -sfv ~/.shell-things/local/share/applications ~/.local/share/applications/shell-things
rm -fv ~/.shell-things/local/share/applications/applications
if hash update-desktop-database 2>/dev/null; then
update-desktop-database ~/.local/share/applications
fi