summaryrefslogtreecommitdiffstats
path: root/extra/gnome-doc-utils/post-install
diff options
context:
space:
mode:
authorThierry N <thierryn1 at hispeed dot ch>2009-08-29 14:02:30 +0200
committerThierry N <thierryn1 at hispeed dot ch>2009-08-29 14:02:30 +0200
commitd0a57772c47cdeeb982a84067fa34d96d31aee1a (patch)
tree99f423e70886413f93bbaa773926b85e2f01df76 /extra/gnome-doc-utils/post-install
parentf5fcafa3ddf779a976d37b0eb1776608c4537e7c (diff)
downloadnutyx-extra-d0a57772c47cdeeb982a84067fa34d96d31aee1a.tar.gz
nutyx-extra-d0a57772c47cdeeb982a84067fa34d96d31aee1a.tar.bz2
nutyx-extra-d0a57772c47cdeeb982a84067fa34d96d31aee1a.tar.xz
nutyx-extra-d0a57772c47cdeeb982a84067fa34d96d31aee1a.zip
Ajout de gnome-doc-utils#0.14.2-1
Diffstat (limited to 'extra/gnome-doc-utils/post-install')
-rwxr-xr-xextra/gnome-doc-utils/post-install13
1 files changed, 13 insertions, 0 deletions
diff --git a/extra/gnome-doc-utils/post-install b/extra/gnome-doc-utils/post-install
new file mode 100755
index 000000000..f86ed80ef
--- /dev/null
+++ b/extra/gnome-doc-utils/post-install
@@ -0,0 +1,13 @@
+#!/bin/sh
+
+port=gnome-doc-utils
+
+# scrolls
+SCROLLS="`pkginfo -l $port | grep $GNOME_PREFIX/share/omf/.*\.omf$`"
+
+for SCROLL in $SCROLLS
+do
+ /usr/bin/scrollkeeper-install -q -p /var/lib/scrollkeeper /$SCROLL > /dev/null
+done
+
+# End of file