diff options
author | piernov <piernov@piernov.org> | 2011-07-24 16:18:05 +0200 |
---|---|---|
committer | piernov <piernov@piernov.org> | 2011-07-24 16:18:05 +0200 |
commit | 7b664cf0a481dfd925fd71b6ed26949339f48361 (patch) | |
tree | 5a976f5e5665b17fabb9a8b5f85211d5a2042035 /gnome-shell/post-install | |
parent | 04ac608e73454e06a3f7b3315016affad21bb84a (diff) | |
download | gnome3-7b664cf0a481dfd925fd71b6ed26949339f48361.tar.gz gnome3-7b664cf0a481dfd925fd71b6ed26949339f48361.tar.bz2 gnome3-7b664cf0a481dfd925fd71b6ed26949339f48361.tar.xz gnome3-7b664cf0a481dfd925fd71b6ed26949339f48361.zip |
gnome-shell 3.1.3-1 ajout port
Diffstat (limited to 'gnome-shell/post-install')
-rwxr-xr-x | gnome-shell/post-install | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/gnome-shell/post-install b/gnome-shell/post-install new file mode 100755 index 0000000..e7be630 --- /dev/null +++ b/gnome-shell/post-install @@ -0,0 +1,20 @@ +#!/bin/sh + +port=gnome-shell + +# 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 |