Update firefox-developer-install

This commit is contained in:
Andros Fenollosa 2020-09-26 22:56:14 +02:00 committed by GitHub
parent e37761799d
commit 657dce11de
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4,9 +4,12 @@
set -e
## UNINSTALL
# Remove binaries
rm -rf /lib/firefox-developer/firefox /usr/bin/firefox-developer
# Only delete the desktop file if it will be replaced
# Remove launch
rm -f ~/.local/share/applications/firefox-developer.desktop
# Remove icon
rm -f ~/.local/share/icons/hicolor/128x128/apps/firefox-developer.png
# DOWNLOAD
curl -L -o firefox-developer.tar.bz2 https://download.mozilla.org/\?product\=firefox-devedition-latest-ssl\&os\=linux64\&lang\=en-US
@ -20,11 +23,11 @@ mv firefox firefox-developer
sudo mv firefox-developer /lib
sudo ln -s /lib/firefox-developer/firefox /usr/bin/firefox-developer
# ICON
# DESKTOP INTEGRATION
# Add icon
ln -s /lib/firefox-developer/browser/chrome/icons/default/default128.png ~/.local/share/icons/hicolor/128x128/apps/firefox-developer.png
update-desktop-database ~/.local/share/icons
# GNOME INTEGRATION
# Add launch
echo -e "[Desktop Entry]\nEncoding=UTF-8\nName=Firefox Developer\nComment=Firefox Developer Edition\nExec=firefox-developer\nIcon=firefox-developer\nStartupWMClass=Firefox Developer\nType=Application\nCategories=Internet;\n" >> ~/.local/share/applications/firefox-developer.desktop
# NOTIFY