diff options
author | Steve Zesch <[email protected]> | 2012-02-23 21:10:59 -0500 |
---|---|---|
committer | Steve Zesch <[email protected]> | 2012-02-23 21:10:59 -0500 |
commit | 6f3aa7937bbf28bb0037a7d60afe6f5548713749 (patch) | |
tree | 41f7e0de87688e3ad0608c00409a992d52cd728c /distro/ubuntu/prerm | |
parent | db0b7a3a63db55669207ef45df22e48deac33431 (diff) | |
download | marco-6f3aa7937bbf28bb0037a7d60afe6f5548713749.tar.bz2 marco-6f3aa7937bbf28bb0037a7d60afe6f5548713749.tar.xz |
Preparing for 1.2 releasemate-window-manager-1.2.0
Diffstat (limited to 'distro/ubuntu/prerm')
-rwxr-xr-x | distro/ubuntu/prerm | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/distro/ubuntu/prerm b/distro/ubuntu/prerm deleted file mode 100755 index e05519b4..00000000 --- a/distro/ubuntu/prerm +++ /dev/null @@ -1,11 +0,0 @@ -#!/bin/bash - -set -e - -pkgname=mate-window-manager - -if [ -f /usr/sbin/mateconfpkg ]; then - /usr/sbin/mateconfpkg --uninstall ${pkgname} -fi - -exit 0 |