summaryrefslogtreecommitdiff
path: root/distro/ubuntu/prerm
blob: dd14f3400aa805d998ed0c484489a5330d5ca7aa (plain)
1
2
3
4
5
6
7
#!/bin/sh -e

pkgname=mate-text-editor

/usr/sbin/mateconfpkg --uninstall ${pkgname}

exit 0