#!/bin/sh

pkgname=mate-screensaver

if [ -f /usr/sbin/mateconfpkg ]; then
	/usr/sbin/mateconfpkg --install ${pkgname}
fi

gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor

exit 0