From 13103a661d22dabc415d609baff5193716c4cc39 Mon Sep 17 00:00:00 2001 From: piernov Date: Thu, 27 Oct 2011 13:06:10 +0200 Subject: epiphany-extensions 3.2.0-1 ajout port --- epiphany-extensions/post-install | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100755 epiphany-extensions/post-install (limited to 'epiphany-extensions/post-install') diff --git a/epiphany-extensions/post-install b/epiphany-extensions/post-install new file mode 100755 index 0000000..7909990 --- /dev/null +++ b/epiphany-extensions/post-install @@ -0,0 +1,17 @@ +#!/bin/sh + +port=epiphany-extensions + +# 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 + +# End of file + -- cgit v1.2.3-70-g09d2