summaryrefslogtreecommitdiff
path: root/distro/ubuntu/prerm
diff options
context:
space:
mode:
Diffstat (limited to 'distro/ubuntu/prerm')
-rwxr-xr-xdistro/ubuntu/prerm7
1 files changed, 7 insertions, 0 deletions
diff --git a/distro/ubuntu/prerm b/distro/ubuntu/prerm
new file mode 100755
index 00000000..dd14f340
--- /dev/null
+++ b/distro/ubuntu/prerm
@@ -0,0 +1,7 @@
+#!/bin/sh -e
+
+pkgname=mate-text-editor
+
+/usr/sbin/mateconfpkg --uninstall ${pkgname}
+
+exit 0