#!/bin/sh
# postinst script for maeFat
#
# see: dh_installdeb(1)

set -e

gtk-update-icon-cache -f /usr/share/icons/hicolor
exit 0


