summaryrefslogtreecommitdiff
path: root/distro/ubuntu/prerm
diff options
context:
space:
mode:
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