install.sh: remove old GNOMISH extra features

This commit is contained in:
Rafael Mardojai CM 2020-06-14 21:10:13 -05:00
parent eb58239a7f
commit 6afffac4ce
1 changed files with 0 additions and 2 deletions

View File

@ -57,8 +57,6 @@ if [ "$GNOMISHEXTRAS" = true ] ; then
echo "Enabling GNOMISH extra features" echo "Enabling GNOMISH extra features"
[[ -s customChrome.css ]] || echo >> firefox-gnome-theme/customChrome.css [[ -s customChrome.css ]] || echo >> firefox-gnome-theme/customChrome.css
sed -i '1s/^/@import "theme\/hide-single-tab.css";\n/' firefox-gnome-theme/customChrome.css sed -i '1s/^/@import "theme\/hide-single-tab.css";\n/' firefox-gnome-theme/customChrome.css
sed -i '2s/^/@import "theme\/matching-autocomplete-width.css";\n/' firefox-gnome-theme/customChrome.css
sed -i '3s/^/@import "theme\/rounded-title-buttons.css";\n/' firefox-gnome-theme/customChrome.css
fi fi
# Symlink user.js to firefox-gnome-theme one. # Symlink user.js to firefox-gnome-theme one.