From 1467840204d224cb0707bdbda748379ddd14a2ab Mon Sep 17 00:00:00 2001 From: wellu Date: Wed, 5 Nov 2008 21:29:25 +0000 Subject: [PATCH] Makes postinst script faster in most cases. git-svn-id: file:///svnroot/speedometer/trunk@60 df364472-da61-43ef-8a67-511c89aa921b --- debian/postinst | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/debian/postinst b/debian/postinst index 91f3d32..137631a 100755 --- a/debian/postinst +++ b/debian/postinst @@ -1,9 +1,9 @@ #! /bin/sh -# do this in the background -gtk-update-icon-cache -f /usr/share/icons/hicolor & +oldversion="$2" +if [ -z "$oldversion" ] + gtk-update-icon-cache -f /usr/share/icons/hicolor & + maemo-select-menu-location speedometer.desktop +fi -# promts the user if this is a fresh install -maemo-select-menu-location speedometer.desktop - -exit 0 +exit 0 -- 1.7.9.5