I showed I can't be trusted, deleting the cache on install
authorEd Page <eopage@byu.net>
Wed, 20 Jan 2010 03:06:56 +0000 (21:06 -0600)
committerEd Page <eopage@byu.net>
Wed, 20 Jan 2010 03:06:56 +0000 (21:06 -0600)
support/builddeb.py

index f105046..93f3f02 100755 (executable)
@@ -41,6 +41,7 @@ __changelog__ = """
 __postinstall__ = """#!/bin/sh -e
 
 gtk-update-icon-cache -f /usr/share/icons/hicolor
+rm -Rf ~/.telepathy-theonering/cache
 rm -f ~/.telepathy-theonering/theonering.log
 """