diff options
Diffstat (limited to 'distro/ubuntu/preinst')
-rwxr-xr-x | distro/ubuntu/preinst | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/distro/ubuntu/preinst b/distro/ubuntu/preinst deleted file mode 100755 index 81c176a..0000000 --- a/distro/ubuntu/preinst +++ /dev/null @@ -1,9 +0,0 @@ -#!/bin/sh -e - -pkgname=mate-image-viewer - -if [ -f /usr/share/mateconf/schemas/${pkgname}.schemas ]; then - /usr/sbin/mateconfpkg --uninstall ${pkgname} -fi - - |