From 81eede0382d0fb9b3f9476845900e4b7ca752c92 Mon Sep 17 00:00:00 2001 From: Aminda Suomalainen Date: Mon, 13 May 2024 19:54:50 +0300 Subject: [PATCH] stupid workaround for recursive symlinks --- .mikaela_install | 1 + 1 file changed, 1 insertion(+) diff --git a/.mikaela_install b/.mikaela_install index ae3ac1cf..9b99bb64 100755 --- a/.mikaela_install +++ b/.mikaela_install @@ -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