summaryrefslogtreecommitdiff
path: root/distro/ubuntu/preinst
diff options
context:
space:
mode:
authorStefano Karapetsas <[email protected]>2012-06-06 10:30:24 +0200
committerStefano Karapetsas <[email protected]>2012-06-06 10:30:24 +0200
commit55d552d3f66f6730e195fbb3f25c415161f6b3f0 (patch)
treea17a24b68340973873cf6b45029c25c4b46386a7 /distro/ubuntu/preinst
parent8b37f5bb6c8bd04dcde7edd66a366ba5c1eb3834 (diff)
downloadmate-panel-55d552d3f66f6730e195fbb3f25c415161f6b3f0.tar.bz2
mate-panel-55d552d3f66f6730e195fbb3f25c415161f6b3f0.tar.xz
removed distro/ubuntu folder
Diffstat (limited to 'distro/ubuntu/preinst')
-rwxr-xr-xdistro/ubuntu/preinst7
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