#!/bin/sh

set -e

gtk-update-icon-cache /usr/share/icons/PiX/

# Automatically added by dh_icons
if which update-icon-caches >/dev/null 2>&1 ; then
	update-icon-caches /usr/share/icons/PiX
fi
# End automatically added section

