diff options
author | Stefano Karapetsas <[email protected]> | 2012-06-06 10:30:24 +0200 |
---|---|---|
committer | Stefano Karapetsas <[email protected]> | 2012-06-06 10:30:24 +0200 |
commit | 55d552d3f66f6730e195fbb3f25c415161f6b3f0 (patch) | |
tree | a17a24b68340973873cf6b45029c25c4b46386a7 /distro/ubuntu/preinst | |
parent | 8b37f5bb6c8bd04dcde7edd66a366ba5c1eb3834 (diff) | |
download | mate-panel-55d552d3f66f6730e195fbb3f25c415161f6b3f0.tar.bz2 mate-panel-55d552d3f66f6730e195fbb3f25c415161f6b3f0.tar.xz |
removed distro/ubuntu folder
Diffstat (limited to 'distro/ubuntu/preinst')
-rwxr-xr-x | distro/ubuntu/preinst | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/distro/ubuntu/preinst b/distro/ubuntu/preinst deleted file mode 100755 index 9d4fea09..00000000 --- a/distro/ubuntu/preinst +++ /dev/null @@ -1,7 +0,0 @@ -#!/bin/sh -e - -pkgname=mate-panel - -if [ -f /usr/sbin/mateconfpkg ]; then - /usr/sbin/mateconfpkg --uninstall ${pkgname} -fi |