summaryrefslogtreecommitdiff
path: root/distro/ubuntu/postinst
blob: 1305b3a92c8f5cd6c53063e6246ac9d62005e8ea (plain)
1
2
3
4
5
6
7
8
9
10
11
#!/bin/sh

pkgname=mate-settings-daemon

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