From: Tobias Brunner Date: Fri, 4 Feb 2011 11:39:07 +0000 (+0100) Subject: maemo: Touch icon dir to trigger update event. X-Git-Tag: 4.5.1~70 X-Git-Url: http://git.ipfire.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=a6b7437b1f010b604658237c4fda393f2baa696c;p=thirdparty%2Fstrongswan.git maemo: Touch icon dir to trigger update event. --- diff --git a/src/frontends/maemo/debian/postinst b/src/frontends/maemo/debian/postinst index db5a670f89..3ef52274f6 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)