From 31e19d6f90034520e52968e99cc348c2bf007d7b Mon Sep 17 00:00:00 2001 From: David Tomaschik Date: Tue, 2 Feb 2016 13:37:00 -0800 Subject: [PATCH] Cleanup after Chrome install. --- install.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/install.sh b/install.sh index a10990a..7352879 100755 --- a/install.sh +++ b/install.sh @@ -200,6 +200,7 @@ function install_chrome { run_as_root /usr/bin/dpkg -i ${TMPD}/google-chrome.deb || \ run_as_root /usr/bin/apt-get install -qq -f -y || \ ( echo "Could not install chrome." >&2 && return 1 ) + rm -rf ${TMPD} } function read_saved_prefs {