summaryrefslogtreecommitdiffstats
path: root/gucharmap/post-install
diff options
context:
space:
mode:
Diffstat (limited to 'gucharmap/post-install')
-rwxr-xr-xgucharmap/post-install14
1 files changed, 8 insertions, 6 deletions
diff --git a/gucharmap/post-install b/gucharmap/post-install
index f27b13a..20b9da7 100755
--- a/gucharmap/post-install
+++ b/gucharmap/post-install
@@ -1,4 +1,5 @@
#!/bin/sh
+
port=gucharmap
# gconf schemas
@@ -10,11 +11,12 @@ do
/usr/bin/gconftool-2 --makefile-install-rule /$SCHEMA > /dev/null
done
-# reload gconf caches
-if [ ! -z "`pidof gconfd-2`" ]
-then
- killall -HUP gconfd-2 > /dev/null
-fi
+# scrolls
+SCROLLS="`pkginfo -l $port | grep usr/share/omf/.*\.omf$`"
-# End of file
+for SCROLL in $SCROLLS
+do
+ scrollkeeper-install -q -p /var/lib/scrollkeeper /$SCROLL > /dev/null
+done
+# End of file