aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorTobias Brunner <tobias@strongswan.org>2011-02-04 12:39:07 +0100
committerTobias Brunner <tobias@strongswan.org>2011-02-04 18:02:48 +0100
commita6b7437b1f010b604658237c4fda393f2baa696c (patch)
tree1dc421b602191fa5dfff84dff9ec09553098d55e /src
parent56f57e5814ea29ecf80aebf8b1cc50b92ed3c5ac (diff)
downloadstrongswan-a6b7437b1f010b604658237c4fda393f2baa696c.tar.bz2
strongswan-a6b7437b1f010b604658237c4fda393f2baa696c.tar.xz
maemo: Touch icon dir to trigger update event.
Diffstat (limited to 'src')
-rw-r--r--src/frontends/maemo/debian/postinst2
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)