From 4c6fbf2ca8c15ae82fbb801d4f84f94103d12130 Mon Sep 17 00:00:00 2001 From: epage Date: Sat, 31 Jan 2009 16:52:54 +0000 Subject: [PATCH] Minor formatting tweaks git-svn-id: file:///svnroot/gc-dialer/trunk@173 c39d3808-3fe2-4d86-a59f-b7f623ee9f21 --- builddeb.py | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/builddeb.py b/builddeb.py index 5d3cfa3..a218735 100755 --- a/builddeb.py +++ b/builddeb.py @@ -25,6 +25,7 @@ __changelog__ = '''\ * many more smaller fixes ''' + __postinstall__ = '''#!/bin/sh gtk-update-icon-cache /usr/share/icons/hicolor @@ -37,7 +38,6 @@ if __name__ == "__main__": except: pass - p = Py2deb(__appname__) p.description = __description__ p.author = __author__ @@ -60,5 +60,7 @@ if __name__ == "__main__": p["/usr/share/icons/hicolor/scalable/hildon"] = ["scale-dialcentral.png|dialcentral.png"] print p - print p.generate(__version__, __build__, changelog=__changelog__, tar=True, dsc=True, changes=True, build=False, src=True) - + print p.generate( + __version__, __build__, changelog=__changelog__, + tar=True, dsc=True, changes=True, build=False, src=True + ) -- 1.7.9.5