diff options
author | orchidman <lesibel@free.fr> | 2011-12-21 19:33:18 +0100 |
---|---|---|
committer | orchidman <lesibel@free.fr> | 2011-12-21 19:33:18 +0100 |
commit | ee351450182a1593126c2d28dc12468ec77ed092 (patch) | |
tree | 4b3f83be0ce53c27421df72722695067f4b9b9c9 /extra/gnumeric/post-install | |
parent | 8992be088cc4280f8b03177ece4953e074c3370d (diff) | |
download | nutyx-pakxe-ee351450182a1593126c2d28dc12468ec77ed092.tar.gz nutyx-pakxe-ee351450182a1593126c2d28dc12468ec77ed092.tar.bz2 nutyx-pakxe-ee351450182a1593126c2d28dc12468ec77ed092.tar.xz nutyx-pakxe-ee351450182a1593126c2d28dc12468ec77ed092.zip |
gnumeric 1.11.1-1 maj port
Diffstat (limited to 'extra/gnumeric/post-install')
-rw-r--r-- | extra/gnumeric/post-install | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/extra/gnumeric/post-install b/extra/gnumeric/post-install new file mode 100644 index 000000000..ce6513d59 --- /dev/null +++ b/extra/gnumeric/post-install @@ -0,0 +1,22 @@ +#!/bin/sh + +port=gnumeric + +# 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 |