#!/bin/sh

#DEBHELPER#

set -e

if which gtk-update-icon-cache > /dev/null; then
    gtk-update-icon-cache /usr/share/icons/gartoon
fi
