From 515c3ef7b02ccded0024402cacb6244f94a1eb02 Mon Sep 17 00:00:00 2001 From: Perberos Date: Fri, 4 Nov 2011 22:26:05 -0300 Subject: agregando ubuntu script --- distro/ubuntu/postinst | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100755 distro/ubuntu/postinst (limited to 'distro/ubuntu/postinst') diff --git a/distro/ubuntu/postinst b/distro/ubuntu/postinst new file mode 100755 index 0000000..e7757d1 --- /dev/null +++ b/distro/ubuntu/postinst @@ -0,0 +1,11 @@ +#!/bin/sh + +pkgname=mate-screensaver + +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 -- cgit v1.2.1