Trying out clearing the log on re-intall
authorepage <eopage@byu.net>
Mon, 12 Oct 2009 23:43:19 +0000 (23:43 +0000)
committerepage <eopage@byu.net>
Mon, 12 Oct 2009 23:43:19 +0000 (23:43 +0000)
git-svn-id: file:///svnroot/gc-dialer/trunk@519 c39d3808-3fe2-4d86-a59f-b7f623ee9f21

support/builddeb.py

index b614792..b2f6800 100755 (executable)
@@ -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