From 3f57a7f93b3e7550cbd73036f6a56654e17d1d5c Mon Sep 17 00:00:00 2001 From: tnut Date: Sun, 8 Jan 2012 12:15:45 +0100 Subject: split de git pakxe et NuTyX-extra --- gnumeric/post-install | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 gnumeric/post-install (limited to 'gnumeric/post-install') diff --git a/gnumeric/post-install b/gnumeric/post-install new file mode 100644 index 000000000..ce6513d59 --- /dev/null +++ b/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 -- cgit v1.2.3-54-g00ecf