xed/distro/ubuntu/prerm

8 lines
93 B
Bash
Executable File

#!/bin/sh -e
pkgname=mate-text-editor
/usr/sbin/mateconfpkg --uninstall ${pkgname}
exit 0