xed/distro/ubuntu/postinst

9 lines
147 B
Plaintext
Raw Normal View History

2011-11-07 13:46:58 -06:00
#!/bin/sh -e
pkgname=mate-text-editor
/usr/sbin/mateconfpkg --install ${pkgname}
gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
exit 0