Cleanup after Chrome install.

This commit is contained in:
David Tomaschik
2016-02-02 13:37:00 -08:00
parent 736e24468b
commit 31e19d6f90

View File

@@ -200,6 +200,7 @@ function install_chrome {
run_as_root /usr/bin/dpkg -i ${TMPD}/google-chrome.deb || \ run_as_root /usr/bin/dpkg -i ${TMPD}/google-chrome.deb || \
run_as_root /usr/bin/apt-get install -qq -f -y || \ run_as_root /usr/bin/apt-get install -qq -f -y || \
( echo "Could not install chrome." >&2 && return 1 ) ( echo "Could not install chrome." >&2 && return 1 )
rm -rf ${TMPD}
} }
function read_saved_prefs { function read_saved_prefs {