diff options
author | piernov <piernov@piernov.org> | 2011-09-25 14:21:57 +0200 |
---|---|---|
committer | piernov <piernov@piernov.org> | 2011-09-25 14:22:30 +0200 |
commit | 531e03a64febbd11c9221dae0b458b353182d990 (patch) | |
tree | 720ad82242a7261dd9e45d3cacf5347d3a23d1f1 /seahorse/post-install | |
parent | ca6b5b9be47bb97bb4b7722424886ce02de9ff76 (diff) | |
download | gnome3-531e03a64febbd11c9221dae0b458b353182d990.tar.gz gnome3-531e03a64febbd11c9221dae0b458b353182d990.tar.bz2 gnome3-531e03a64febbd11c9221dae0b458b353182d990.tar.xz gnome3-531e03a64febbd11c9221dae0b458b353182d990.zip |
seahorse 3.1.92-1 ajout port
Diffstat (limited to 'seahorse/post-install')
-rwxr-xr-x | seahorse/post-install | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/seahorse/post-install b/seahorse/post-install new file mode 100755 index 0000000..776b91b --- /dev/null +++ b/seahorse/post-install @@ -0,0 +1,22 @@ +#!/bin/sh + +port=seahorse + +# 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 |