From 2a180516cee83965a85b42296d55ea21a9e8455b Mon Sep 17 00:00:00 2001 From: Ed Page Date: Fri, 30 Oct 2009 23:17:52 -0500 Subject: [PATCH] Remove selections.dat and window.dat on upgrade so we don't have to worry about backwards compatibility --- support/builddeb.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/support/builddeb.py b/support/builddeb.py index 8685250..092643d 100755 --- a/support/builddeb.py +++ b/support/builddeb.py @@ -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 -- 1.7.9.5