diff options
author | Stefano Karapetsas <[email protected]> | 2012-07-10 17:17:32 +0200 |
---|---|---|
committer | Stefano Karapetsas <[email protected]> | 2012-07-10 17:17:32 +0200 |
commit | 13847ac10a74de2b6f09984a7128a3815846fbba (patch) | |
tree | d170292e0a57bbaf208e777e602e1d7aad595904 /distro/ubuntu/prerm | |
parent | 45ed56d22feac34c66a1d51411252c182d09baeb (diff) | |
parent | dd6c8ff90284d0936d8c46c5c63c26485429f8e0 (diff) | |
download | mate-terminal-13847ac10a74de2b6f09984a7128a3815846fbba.tar.bz2 mate-terminal-13847ac10a74de2b6f09984a7128a3815846fbba.tar.xz |
Merge branch 'master' of github.com:mate-desktop/mate-terminal
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 |