2 # This is a simple script to restore the custom widgets, if firefox was updated.
4 cd /opt
/mozilla
/lib
/firefox
/res
8 if [ "`grep "ahM3cie1Ch
" forms.css`" == "" ]; then
9 cp forms.css forms.css.bak
10 cat forms.css.bak forms-extra.css
> forms.css
11 echo "/* ahM3cie1Ch */" >> forms.css
13 echo "It seems that the custom widgets are already installed."
17 cp forms.css.bak forms.css
21 echo "install - installs the widgets"
22 echo "remove - removes the widgets"