mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2024-11-05 09:09:21 +01:00
stop using rm where ln -n suffices
This commit is contained in:
parent
17a189396b
commit
6f7d510f89
@ -30,8 +30,7 @@ cat conf/firefox-forbidden-policies.js >~/.librewolf/librewolf.overrides.cfg
|
||||
#cat conf/librewolf.overrides.cfg >~/.var/app/io.gitlab.librewolf-community/.librewolf/librewolf.overrides.cfg
|
||||
cat conf/firefox-forbidden-policies.js >~/.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
|
||||
ln -nsfv ~/.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
|
||||
|
Loading…
Reference in New Issue
Block a user