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/prerm | |
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/prerm')
-rwxr-xr-x | distro/ubuntu/prerm | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/distro/ubuntu/prerm b/distro/ubuntu/prerm deleted file mode 100755 index aa60ccb..0000000 --- a/distro/ubuntu/prerm +++ /dev/null @@ -1,12 +0,0 @@ -#!/bin/bash - -set -e - -pkgname=mate-image-viewer - -if [ -f /usr/share/mateconf/schemas/${pkgname}.schemas ]; then - /usr/sbin/mateconfpkg --uninstall ${pkgname} -fi - - -exit 0 |