automagicise the desktop files

This commit is contained in:
Aminda Suomalainen 2024-04-29 10:26:44 +03:00
parent 7169ae9c8a
commit 11c67e16b0
Signed by: Mikaela
SSH Key Fingerprint: SHA256:CXLULpqNBdUKB6E6fLA1b/4SzG0HvKD19PbIePU175Q
1 changed files with 5 additions and 0 deletions

View File

@ -25,6 +25,11 @@ cat conf/librewolf.overrides.cfg >~/public_html/autoconfig.js
mkdir -p ~/.librewolf/ ~/.var/app/io.gitlab.librewolf-community/.librewolf/
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
if hash update-desktop-database 2>/dev/null; then
update-desktop-database ~/.local/share/applications
fi
touch ~/.MIKAELA_GREP
set +x
# vim : set ft=sh :