blob: 96a2df97954301ddf2b36dd1e0320db739f63e72 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
#!/bin/sh
pkgname=mate-notification-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
|