firefox-esr wrapper too
This commit is contained in:
parent
334539d641
commit
07a80f0cfa
1 changed files with 5 additions and 0 deletions
5
wrappers/firefox-esr
Executable file
5
wrappers/firefox-esr
Executable file
|
@ -0,0 +1,5 @@
|
|||
#!/usr/bin/env sh
|
||||
|
||||
HOME=$HOME/.local/share/firefox
|
||||
mkdir -p "$HOME"
|
||||
exec /usr/bin/firefox-esr "$@"
|
Loading…
Reference in a new issue