summaryrefslogtreecommitdiff
path: root/distro/ubuntu/prerm
diff options
context:
space:
mode:
authorSteve Zesch <[email protected]>2012-07-12 14:37:53 -0400
committerSteve Zesch <[email protected]>2012-07-12 14:37:53 -0400
commit38dad5577a382e7d98d90f92b6eea6faf4d3cf99 (patch)
treed226b7e5d651b2126083f3f3190c369d65143c9d /distro/ubuntu/prerm
parent877bd1e3c1390ca58b72c61c9df421eb5a1bbd28 (diff)
downloadeom-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-xdistro/ubuntu/prerm12
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