gatuno-terminal/distro/ubuntu/postinst

9 lines
142 B
Plaintext
Raw Normal View History

2011-11-06 14:13:49 -06:00
#!/bin/sh
pkgname=mate-terminal
/usr/sbin/mateconfpkg --install ${pkgname}
#gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
exit 0