summaryrefslogtreecommitdiffstats
path: root/epiphany-extensions/post-install
diff options
context:
space:
mode:
Diffstat (limited to 'epiphany-extensions/post-install')
-rwxr-xr-xepiphany-extensions/post-install17
1 files changed, 17 insertions, 0 deletions
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
+