updating distro scripts

This commit is contained in:
Perberos
2011-11-12 05:44:22 -03:00
parent 6a04ee4e4e
commit 490f2d5bb5
5 changed files with 37 additions and 37 deletions

View File

@@ -2,7 +2,10 @@
pkgname=mate-text-editor
/usr/sbin/mateconfpkg --install ${pkgname}
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