summaryrefslogtreecommitdiff
path: root/distro/ubuntu/postinst
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/postinst
parent8b37f5bb6c8bd04dcde7edd66a366ba5c1eb3834 (diff)
downloadmate-panel-55d552d3f66f6730e195fbb3f25c415161f6b3f0.tar.bz2
mate-panel-55d552d3f66f6730e195fbb3f25c415161f6b3f0.tar.xz
removed distro/ubuntu folder
Diffstat (limited to 'distro/ubuntu/postinst')
-rwxr-xr-xdistro/ubuntu/postinst15
1 files changed, 0 insertions, 15 deletions
diff --git a/distro/ubuntu/postinst b/distro/ubuntu/postinst
deleted file mode 100755
index e4d39c19..00000000
--- a/distro/ubuntu/postinst
+++ /dev/null
@@ -1,15 +0,0 @@
-#!/bin/sh
-
-pkgname=mate-panel
-
-MATECONF_CONFIG_SOURCE=`/usr/bin/mateconftool-2 --get-default-source`
-/usr/bin/mateconftool-2 --config-source="${MATECONF_CONFIG_SOURCE}" --direct --load \
- /etc/mateconf/schemas/panel-default-setup.entries >/dev/null
-
-if [ -f /usr/sbin/mateconfpkg ]; then
- /usr/sbin/mateconfpkg --install ${pkgname}
-fi
-
-gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
-
-exit 0