From cdf890dfbe47459406a0a3e475fd17b32adddafd Mon Sep 17 00:00:00 2001 From: "Dr. Johann Pfefferl" Date: Tue, 11 May 2010 19:40:52 +0200 Subject: [PATCH] Install scalable icon --- Makefile | 2 ++ debian/postinst | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 620ac31..e9d7dc9 100644 --- a/Makefile +++ b/Makefile @@ -55,6 +55,7 @@ install: mkdir -p $(ICON_DIR)/64x64/hildon/ mkdir -p $(ICON_DIR)/40x40/hildon/ mkdir -p $(ICON_DIR)/26x26/hildon/ + mkdir -p $(ICON_DIR)/scalable/hildon/ mkdir -p $(BIN_DIR) mkdir -p $(DESKTOP_DIR) mkdir -p $(DBUS_SERVICE_DIR) @@ -66,6 +67,7 @@ install: cp gps-tracker-64x64.png $(ICON_DIR)/64x64/hildon/gps-tracker.png cp gps-tracker-40x40.png $(ICON_DIR)/40x40/hildon/gps-tracker.png cp gps-tracker-26x26.png $(ICON_DIR)/26x26/hildon/gps-tracker.png + cp gps-tracker-128x128.png $(ICON_DIR)/scalable/hildon/gps-tracker.png cp gps-tracker.desktop $(DESKTOP_DIR) dist: clean diff --git a/debian/postinst b/debian/postinst index f2d0a29..580399f 100755 --- a/debian/postinst +++ b/debian/postinst @@ -3,7 +3,7 @@ # The clock might be wrong and we know that we need to update the icon # cache so we just force it. -#gtk-update-icon-cache -f /usr/share/icons/hicolor +gtk-update-icon-cache -f /usr/share/icons/hicolor MAEMO_SELECT_MENU=/usr/bin/maemo-select-menu-location -- 1.7.9.5