From 3ee45d425f91cca000fd38639bc3b4cae074fc18 Mon Sep 17 00:00:00 2001 From: epage Date: Mon, 12 Oct 2009 23:43:19 +0000 Subject: [PATCH] Trying out clearing the log on re-intall git-svn-id: file:///svnroot/gc-dialer/trunk@519 c39d3808-3fe2-4d86-a59f-b7f623ee9f21 --- support/builddeb.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/support/builddeb.py b/support/builddeb.py index b614792..b2f6800 100755 --- a/support/builddeb.py +++ b/support/builddeb.py @@ -16,7 +16,7 @@ import constants __appname__ = constants.__app_name__ -__description__ = "Touch screen enhanced interface to the GoogleVoice/GrandCentral phone service" +__description__ = "Touch screen enhanced interface to the GoogleVoice phone service" __author__ = "Ed Page" __email__ = "eopage@byu.net" __version__ = constants.__version__ @@ -183,7 +183,8 @@ __changelog__ = """ __postinstall__ = """#!/bin/sh -e gtk-update-icon-cache -f /usr/share/icons/hicolor -""" +rm -f %s/dialcentral.log +""" % constants._data_path_ __preremove__ = """#!/bin/sh -e -- 1.7.9.5