09-22-2014, 04:32 AM
(09-21-2014, 10:50 PM)misko_2083 link Wrote: P.S. In the chromium script command doesn't remove "$HOME/.cache/chromium/" directory
so I guess it should be changed to this:Code:rm -rf $HOME/.cache/chromium/* | zenity --progress --title="$APPNAME" --window-icon="${INSTALL_ICON}" --text="Please wait whilst Chromium is being cleaned..." --pulsate --width=400 --auto-close --auto-kill
Code:rm -rf $HOME/.cache/chromium/ | zenity --progress --title="$APPNAME" --window-icon="${INSTALL_ICON}" --text="Please wait whilst Chromium is being cleaned..." --pulsate --width=400 --auto-close --auto-kill
What line was that on? I don't see that here.