post_install() { for dir in usr/share/icons/RAVE*; do gtk-update-icon-cache -ftq $dir done } post_upgrade() { post_install } post_remove() { post_install }