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

pkgname=mate-text-editor

if [ -f /usr/sbin/mateconfpkg ]; then
    /usr/sbin/mateconfpkg --uninstall ${pkgname}
fi