diff options
author | piernov <piernov@piernov.org> | 2011-08-17 00:42:52 +0200 |
---|---|---|
committer | piernov <piernov@piernov.org> | 2011-08-17 00:42:52 +0200 |
commit | f3c1e632b17b830f771f1c697382657442df11bf (patch) | |
tree | 5e5727fc41707231c1926aa8066ea0c3467fc9e6 /gnome-bluetooth/post-install | |
parent | ee12871822f758f14d548221c77a15ec3cd95796 (diff) | |
download | gnome3-f3c1e632b17b830f771f1c697382657442df11bf.tar.gz gnome3-f3c1e632b17b830f771f1c697382657442df11bf.tar.bz2 gnome3-f3c1e632b17b830f771f1c697382657442df11bf.tar.xz gnome3-f3c1e632b17b830f771f1c697382657442df11bf.zip |
gnome-bluetooth 3.1.4-1 ajout port
Diffstat (limited to 'gnome-bluetooth/post-install')
-rwxr-xr-x | gnome-bluetooth/post-install | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/gnome-bluetooth/post-install b/gnome-bluetooth/post-install new file mode 100755 index 0000000..c271a82 --- /dev/null +++ b/gnome-bluetooth/post-install @@ -0,0 +1,19 @@ +#!/bin/sh + +port=gnome-bluetooth + +# gconf 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 + /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 |