From 777ca6a395432e244c8f1804173557d3cd8ed2cf Mon Sep 17 00:00:00 2001 From: q3aql Date: Tue, 1 Mar 2016 19:13:44 +0100 Subject: [PATCH] Update email addresses --- scripts/firefox-install | 5 ++--- scripts/thunderbird-install | 4 ++-- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/scripts/firefox-install b/scripts/firefox-install index 3bf6345..ce099c3 100755 --- a/scripts/firefox-install +++ b/scripts/firefox-install @@ -1,9 +1,9 @@ #!/bin/bash # Script to install Firefox on GNU/Linux -# Created by clamsawd (clamsawd@openmailbox.org) +# Created by q3aql (q3aql@openmailbox.org) # Licensed by GPL v.2 -# Last update: 08-01-2015 +# Last update: 01-03-2016 # -------------------------------------- VERSION="3.0.1" @@ -28,7 +28,6 @@ KERNEL=$(uname -s) # Create Mozilla Firefox shortcut after of install it. function create_firefox_icon(){ - mkdir -p /usr/share/firefox/icons/ cp -rf /opt/firefox/browser/chrome/icons/default/default16.png /usr/share/icons/hicolor/16x16/apps/firefox.png cp -rf /opt/firefox/browser/chrome/icons/default/default32.png /usr/share/icons/hicolor/32x32/apps/firefox.png cp -rf /opt/firefox/browser/chrome/icons/default/default48.png /usr/share/icons/hicolor/48x48/apps/firefox.png diff --git a/scripts/thunderbird-install b/scripts/thunderbird-install index 03fcda2..d0161bb 100755 --- a/scripts/thunderbird-install +++ b/scripts/thunderbird-install @@ -1,9 +1,9 @@ #!/bin/bash # Script to install Thunderbird on GNU/Linux -# Created by clamsawd (clamsawd@openmailbox.org) +# Created by q3aql (q3aql@openmailbox.org) # Licensed by GPL v.2 -# Last update: 08-01-2015 +# Last update: 01-03-2016 # -------------------------------------- VERSION="3.0.1"