1 # arg 1: the new package version
3 echo "Updating icon cache"
4 gtk-update-icon-cache -q -f -t /usr/share/icons/hicolor
7 # arg 1: the new package version
8 # arg 2: the old package version
10 echo "Updating icon cache"
11 gtk-update-icon-cache -q -f -t /usr/share/icons/hicolor
14 # arg 1: the old package version
16 echo "Updating icon cache"
17 gtk-update-icon-cache -q -f -t /usr/share/icons/hicolor
22 [ "$(type -t "$op")" = "function" ] && $op "$@"
24 # vim:set ts=2 sw=2 et: