diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/frontends/maemo/debian/postinst | 2 |
1 files changed, 2 insertions, 0 deletions
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) |