diff options
author | piernov <piernov@piernov.org> | 2012-03-06 12:09:21 +0000 |
---|---|---|
committer | piernov <piernov@piernov.org> | 2012-03-06 12:09:21 +0000 |
commit | 8c9ed2fc69d6772aa9c75a9f7320970d00195469 (patch) | |
tree | 7007e18aa1f958e154f3514d5117808ddf2bc00a /metacity/post-install~ | |
parent | 4b4587cde2687c7fe067c353cfc9cf159a33aaea (diff) | |
download | gnome3-8c9ed2fc69d6772aa9c75a9f7320970d00195469.tar.gz gnome3-8c9ed2fc69d6772aa9c75a9f7320970d00195469.tar.bz2 gnome3-8c9ed2fc69d6772aa9c75a9f7320970d00195469.tar.xz gnome3-8c9ed2fc69d6772aa9c75a9f7320970d00195469.zip |
metacity 2.34.2-1 màj port
Diffstat (limited to 'metacity/post-install~')
-rwxr-xr-x | metacity/post-install~ | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/metacity/post-install~ b/metacity/post-install~ new file mode 100755 index 0000000..cd8adb2 --- /dev/null +++ b/metacity/post-install~ @@ -0,0 +1,25 @@ +#!/bin/sh + +port=gnome-utils + +# gconf schemas +/usr/sbin/gconfpkg --install $port + +# glib schemas +/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 + scrollkeeper-install -q -p /var/lib/scrollkeeper /$SCROLL > /dev/null +done + +# desktop database +update-desktop-database -q + +# icon cache +gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor + +# End of file |