xed/distro/ubuntu/postinst

12 lines
193 B
Plaintext
Raw Normal View History

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