#!/bin/sh

pkgname=mate-applets

/usr/sbin/mateconfpkg --install ${pkgname}
gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor

exit 0