From: wellu Date: Wed, 5 Nov 2008 21:29:25 +0000 (+0000) Subject: Makes postinst script faster in most cases. X-Git-Tag: 0.99~13 X-Git-Url: http://git.maemo.org/git/?p=speedometer;a=commitdiff_plain;h=1467840204d224cb0707bdbda748379ddd14a2ab Makes postinst script faster in most cases. git-svn-id: file:///svnroot/speedometer/trunk@60 df364472-da61-43ef-8a67-511c89aa921b --- 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