1 # This is the install script for cellwriter
3 # arg 1: the new package version
5 echo "Updating GTK icon cache ..."
6 /usr/bin/gtk-update-icon-cache -f -t /usr/share/icons/hicolor
9 # arg 1: the new package version
11 echo "Updating GTK icon cache ..."
12 /usr/bin/gtk-update-icon-cache -f -t /usr/share/icons/hicolor
15 # arg 1: the old package version
17 echo "Updating GTK icon cache ..."
18 /usr/bin/gtk-update-icon-cache -f -t /usr/share/icons/hicolor
23 [ "$(type -t "$op")" = "function" ] && $op "$@"
25 # vim:set ts=2 sw=2 et: