xed/distro/ubuntu/prerm

8 lines
93 B
Plaintext
Raw Normal View History

2011-11-07 13:46:58 -06:00
#!/bin/sh -e
pkgname=mate-text-editor
/usr/sbin/mateconfpkg --uninstall ${pkgname}
exit 0