From: Ed Page Date: Sat, 31 Oct 2009 04:17:52 +0000 (-0500) Subject: Remove selections.dat and window.dat on upgrade so we don't have to worry about backw... X-Git-Url: http://git.maemo.org/git/?p=gonvert;a=commitdiff_plain;h=2a180516cee83965a85b42296d55ea21a9e8455b Remove selections.dat and window.dat on upgrade so we don't have to worry about backwards compatibility --- 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