aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Runge <david.runge@frqrec.com>2014-01-18 03:29:44 +0100
committerDavid Runge <david.runge@frqrec.com>2014-01-18 03:29:44 +0100
commit79327415c1417a77fbc07c144e3cbd05a18cbe2c (patch)
treed12649d90535fe21aa6f6cc306094a074036a592
parentcd592489dcb780082c45d1594284c070bd442128 (diff)
downloaddotfiles-79327415c1417a77fbc07c144e3cbd05a18cbe2c.tar.gz
dotfiles-79327415c1417a77fbc07c144e3cbd05a18cbe2c.tar.bz2
dotfiles-79327415c1417a77fbc07c144e3cbd05a18cbe2c.tar.xz
dotfiles-79327415c1417a77fbc07c144e3cbd05a18cbe2c.zip
Adding another cache directory for removal
-rwxr-xr-xbin/rmcache1
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/rmcache b/bin/rmcache
index 463ec10..acba953 100755
--- a/bin/rmcache
+++ b/bin/rmcache
@@ -5,6 +5,7 @@ USERDIR=$1
echo "rmcache cleaning up: $USERDIR"
caches=".cache/chromium"
+caches+=" .cache/thumbnails"
## take care of the whitespace!
caches+=" .config/chromium/Default/*Index*"
caches+=" .thumbnails"