diff options
author | Steve Zesch <[email protected]> | 2012-07-12 14:37:53 -0400 |
---|---|---|
committer | Steve Zesch <[email protected]> | 2012-07-12 14:37:53 -0400 |
commit | 38dad5577a382e7d98d90f92b6eea6faf4d3cf99 (patch) | |
tree | d226b7e5d651b2126083f3f3190c369d65143c9d /distro/ubuntu/preinst | |
parent | 877bd1e3c1390ca58b72c61c9df421eb5a1bbd28 (diff) | |
download | eom-38dad5577a382e7d98d90f92b6eea6faf4d3cf99.tar.bz2 eom-38dad5577a382e7d98d90f92b6eea6faf4d3cf99.tar.xz |
Preparing for 1.4 release.mate-image-viewer-1.4.0
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 - - |