mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2024-11-22 03:09:22 +01:00
stupid workaround for recursive symlinks
This commit is contained in:
parent
0a0fe39076
commit
81eede0382
@ -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
|
cat conf/librewolf.overrides.cfg >~/.var/app/io.gitlab.librewolf-community/.librewolf/librewolf.overrides.cfg
|
||||||
mkdir -p ~/.local/share/applications
|
mkdir -p ~/.local/share/applications
|
||||||
ln -sfv ~/.shell-things/local/share/applications ~/.local/share/applications/shell-things
|
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
|
if hash update-desktop-database 2>/dev/null; then
|
||||||
update-desktop-database ~/.local/share/applications
|
update-desktop-database ~/.local/share/applications
|
||||||
fi
|
fi
|
||||||
|
Loading…
Reference in New Issue
Block a user