From d3e5465b04922f597a39c86cbb2257c6f828f75b Mon Sep 17 00:00:00 2001 From: piernov Date: Sat, 23 Jul 2011 01:41:39 +0200 Subject: mutter 3.1.3-1 ajout port --- mutter/post-install | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100755 mutter/post-install (limited to 'mutter/post-install') diff --git a/mutter/post-install b/mutter/post-install new file mode 100755 index 0000000..e3033de --- /dev/null +++ b/mutter/post-install @@ -0,0 +1,20 @@ +#!/bin/sh + +port=mutter + +# gconf schemas +/usr/sbin/gconfpkg --install $port +/usr/bin/glib-compile-schemas /usr/share/glib-2.0/schemas + +# scrolls +SCROLLS="`pkginfo -l $port | grep usr/share/omf/.*\.omf$`" + +for SCROLL in $SCROLLS +do + /usr/bin/scrollkeeper-install -q -p /var/lib/scrollkeeper /$SCROLL > /dev/null +done + +# icon cache +gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor + +# End of file -- cgit v1.2.3-54-g00ecf