summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--firefox.spec9
1 files changed, 0 insertions, 9 deletions
diff --git a/firefox.spec b/firefox.spec
index f3ab69b..f9f5363 100644
--- a/firefox.spec
+++ b/firefox.spec
@@ -228,15 +228,6 @@ ln -s %{default_bookmarks_file} $RPM_BUILD_ROOT/%{mozappdir}/defaults/profile/bo
%{__rm} -f $RPM_BUILD_ROOT/%{mozappdir}/firefox-config
-#cd $RPM_BUILD_ROOT/%{mozappdir}/chrome
-#find . -name "*" -type d -maxdepth 1 -exec %{__rm} -rf {} \;
-#cd -
-
-#%{__cat} > $RPM_BUILD_ROOT/%{mozappdir}/defaults/pref/firefox-l10n.js << EOF
-#pref("general.useragent.locale", "chrome://global/locale/intl.properties");
-#EOF
-#%{__chmod} 644 $RPM_BUILD_ROOT/%{mozappdir}/defaults/pref/firefox-l10n.js
-
%{__cp} other-licenses/branding/%{name}/default16.png \
$RPM_BUILD_ROOT/%{mozappdir}/icons/
%{__mkdir_p} $RPM_BUILD_ROOT%{_datadir}/icons/hicolor/16x16/apps
bgstack15