summaryrefslogtreecommitdiffstats
path: root/extra/gnumeric/post-install
diff options
context:
space:
mode:
authororchidman <lesibel@free.fr>2011-12-21 19:33:18 +0100
committerorchidman <lesibel@free.fr>2011-12-21 19:33:18 +0100
commitee351450182a1593126c2d28dc12468ec77ed092 (patch)
tree4b3f83be0ce53c27421df72722695067f4b9b9c9 /extra/gnumeric/post-install
parent8992be088cc4280f8b03177ece4953e074c3370d (diff)
downloadnutyx-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-install22
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