diff options
Diffstat (limited to 'distro/ubuntu/prerm')
-rwxr-xr-x | distro/ubuntu/prerm | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/distro/ubuntu/prerm b/distro/ubuntu/prerm deleted file mode 100755 index 1066b32..0000000 --- a/distro/ubuntu/prerm +++ /dev/null @@ -1,11 +0,0 @@ -#!/bin/bash - -set -e - -pkgname=mate-session-manager - -if [ -f /usr/sbin/mateconfpkg ]; then - /usr/sbin/mateconfpkg --uninstall ${pkgname} -fi - -exit 0 |