From 96dab96b044d862254e1f3f1cd5a68b34756bf4d Mon Sep 17 00:00:00 2001 From: Ed Page Date: Fri, 25 Dec 2009 07:48:48 -0600 Subject: [PATCH] FIxing a mistake in packaging stuff --- support/builddeb.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/support/builddeb.py b/support/builddeb.py index 2e9d12f..f84d072 100755 --- a/support/builddeb.py +++ b/support/builddeb.py @@ -29,7 +29,7 @@ __changelog__ = """ __postinstall__ = """#!/bin/sh -e gtk-update-icon-cache -f /usr/share/icons/hicolor -rm -f ~/.theonering/theonering.log +rm -f ~/.telepathy-theonering/telepathy-theonering.log """ def find_files(path): -- 1.7.9.5