summaryrefslogtreecommitdiff
path: root/distro/ubuntu/postinst
blob: 7544e3a274984aae0fb0581a0eaa58300f0a333b (plain)
1
2
3
4
5
6
7
8
#!/bin/sh

pkgname=mate-system-monitor

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

exit 0