diff options
author | Steve Zesch <[email protected]> | 2012-04-05 23:59:55 -0400 |
---|---|---|
committer | Steve Zesch <[email protected]> | 2012-04-05 23:59:55 -0400 |
commit | a81924a5c8be2aeb8c4052af824370f2a53f0d16 (patch) | |
tree | 470144bf8aefc484e3980d615a841c225c71fe21 /distro/ubuntu/prerm | |
parent | 1626a9586172146c8356075837a07c475560ccd3 (diff) | |
download | mate-terminal-a81924a5c8be2aeb8c4052af824370f2a53f0d16.tar.bz2 mate-terminal-a81924a5c8be2aeb8c4052af824370f2a53f0d16.tar.xz |
Removed ubuntu/ folder.
Diffstat (limited to 'distro/ubuntu/prerm')
-rwxr-xr-x | distro/ubuntu/prerm | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/distro/ubuntu/prerm b/distro/ubuntu/prerm deleted file mode 100755 index ed264a6..0000000 --- a/distro/ubuntu/prerm +++ /dev/null @@ -1,12 +0,0 @@ -#!/bin/bash - -set -e - -pkgname=mmate-terminal - -if [ -f /usr/share/mateconf/schemas/${pkgname}.schemas ]; then - /usr/sbin/mateconfpkg --uninstall ${pkgname} -fi - - -exit 0 |