more markets, bugfixing
[stockthis] / debian / postinst
index b56f8e4..707379d 100755 (executable)
@@ -8,9 +8,7 @@ set -e
 
 chmod +x /usr/bin/stockthis
 
-oldversion="$2"
-if [ -z "$oldversion" ]; then
-  gtk-update-icon-cache -f /usr/share/icons/hicolor
-fi
+gtk-update-icon-cache -f /usr/share/icons/hicolor
+
 
 exit 0