summaryrefslogtreecommitdiff
path: root/distro/ubuntu/postinst
diff options
context:
space:
mode:
authorStefano Karapetsas <[email protected]>2012-02-28 23:39:15 +0100
committerStefano Karapetsas <[email protected]>2012-02-28 23:39:15 +0100
commit53df40e0f61c25e078a76fc1a10e92597ce037cb (patch)
treef362ba7e217aef4dbc955774c95926fd95f366ef /distro/ubuntu/postinst
parent2dfe3164d9f195b50e066def8e2a4782b5910c10 (diff)
downloadmate-settings-daemon-53df40e0f61c25e078a76fc1a10e92597ce037cb.tar.bz2
mate-settings-daemon-53df40e0f61c25e078a76fc1a10e92597ce037cb.tar.xz
removed distro/ubuntu folder
Diffstat (limited to 'distro/ubuntu/postinst')
-rwxr-xr-xdistro/ubuntu/postinst11
1 files changed, 0 insertions, 11 deletions
diff --git a/distro/ubuntu/postinst b/distro/ubuntu/postinst
deleted file mode 100755
index 1305b3a..0000000
--- a/distro/ubuntu/postinst
+++ /dev/null
@@ -1,11 +0,0 @@
-#!/bin/sh
-
-pkgname=mate-settings-daemon
-
-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