summaryrefslogtreecommitdiff
path: root/distro/ubuntu/prerm
diff options
context:
space:
mode:
authorSteve Zesch <[email protected]>2012-02-23 21:31:13 -0500
committerSteve Zesch <[email protected]>2012-02-23 21:31:13 -0500
commit22feb13f2d163436ab2c3af1b30823ddee6e43b5 (patch)
tree9eb98d83a313f91234cd20773a20fad9905c1954 /distro/ubuntu/prerm
parent838bbdba9b2581489b2e6b9b6265098dde1e312f (diff)
downloadmate-session-manager-22feb13f2d163436ab2c3af1b30823ddee6e43b5.tar.bz2
mate-session-manager-22feb13f2d163436ab2c3af1b30823ddee6e43b5.tar.xz
Preparing for 1.2 releasemate-session-manager-1.2.0
Diffstat (limited to 'distro/ubuntu/prerm')
-rwxr-xr-xdistro/ubuntu/prerm11
1 files changed, 0 insertions, 11 deletions
diff --git a/distro/ubuntu/prerm b/distro/ubuntu/prerm
deleted file mode 100755
index 1066b32..0000000
--- a/distro/ubuntu/prerm
+++ /dev/null
@@ -1,11 +0,0 @@
-#!/bin/bash
-
-set -e
-
-pkgname=mate-session-manager
-
-if [ -f /usr/sbin/mateconfpkg ]; then
- /usr/sbin/mateconfpkg --uninstall ${pkgname}
-fi
-
-exit 0