diff --git a/find-junk b/find-junk index 4416799..7910e7e 100755 --- a/find-junk +++ b/find-junk @@ -15,7 +15,7 @@ def junk_dirs(): """Return directories which potentially contain junk""" for d in ['~/tmp', '~/.local/share/Trash', '~/rpmbuild', '~/RPM', - '~/.cache/tracker']: + '~/.cache/tracker', '~/.local/share/apt-dater/history']: d = os.path.expanduser(d) if os.path.exists(d): yield d