diff options
Diffstat (limited to 'distro/ubuntu/prerm')
-rwxr-xr-x | distro/ubuntu/prerm | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/distro/ubuntu/prerm b/distro/ubuntu/prerm deleted file mode 100755 index 565c7608..00000000 --- a/distro/ubuntu/prerm +++ /dev/null @@ -1,9 +0,0 @@ -#!/bin/sh -e - -pkgname=mate-text-editor - -if [ -f /usr/sbin/mateconfpkg ]; then - /usr/sbin/mateconfpkg --uninstall ${pkgname} -fi - -exit 0 |