xed/distro/ubuntu/preinst

9 lines
131 B
Plaintext
Raw Normal View History

2011-11-07 13:46:58 -06:00
#!/bin/sh -e
pkgname=mate-text-editor
2011-11-12 02:44:22 -06:00
if [ -f /usr/sbin/mateconfpkg ]; then
/usr/sbin/mateconfpkg --uninstall ${pkgname}
fi
2011-11-07 13:46:58 -06:00