summaryrefslogtreecommitdiff
path: root/distro/ubuntu/postinst
blob: d67f0dec32e64e31fa2b1ed20e1fca1b6be19db4 (plain)
1
2
3
4
5
6
7
8
9
10
11
#!/bin/sh -e

pkgname=mate-text-editor

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