Files
xed/distro/ubuntu/preinst
2011-11-12 05:44:22 -03:00

9 lines
131 B
Bash
Executable File

#!/bin/sh -e
pkgname=mate-text-editor
if [ -f /usr/sbin/mateconfpkg ]; then
/usr/sbin/mateconfpkg --uninstall ${pkgname}
fi