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,6 +2,8 @@
pkgname=mate-text-editor
/usr/sbin/mateconfpkg --uninstall ${pkgname}
if [ -f /usr/sbin/mateconfpkg ]; then
/usr/sbin/mateconfpkg --uninstall ${pkgname}
fi
exit 0