From a6b7437b1f010b604658237c4fda393f2baa696c Mon Sep 17 00:00:00 2001 From: Tobias Brunner Date: Fri, 4 Feb 2011 12:39:07 +0100 Subject: [PATCH] maemo: Touch icon dir to trigger update event. --- src/frontends/maemo/debian/postinst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/frontends/maemo/debian/postinst b/src/frontends/maemo/debian/postinst index db5a670f8..3ef52274f 100644 --- a/src/frontends/maemo/debian/postinst +++ b/src/frontends/maemo/debian/postinst @@ -18,6 +18,8 @@ set -e # the debian-policy package gtk-update-icon-cache -f /usr/share/icons/hicolor +# change event is not triggered otherwise +touch /usr/share/icons/hicolor case "$1" in configure)