Remove selections.dat and window.dat on upgrade so we don't have to worry about backw...
authorEd Page <eopage@byu.net>
Sat, 31 Oct 2009 04:17:52 +0000 (23:17 -0500)
committerEd Page <eopage@byu.net>
Sat, 31 Oct 2009 04:17:52 +0000 (23:17 -0500)
support/builddeb.py

index 8685250..092643d 100755 (executable)
@@ -130,7 +130,7 @@ __changelog__ = """
 __postinstall__ = """#!/bin/sh -e
 
 gtk-update-icon-cache -f /usr/share/icons/hicolor
-rm -f ~/.gonvert/gonvert.log
+rm -f ~/.gonvert/gonvert.log ~/.gonvert/selections.dat ~/.gonvert/window.dat
 """
 
 __preremove__ = """#!/bin/sh -e