summaryrefslogtreecommitdiffstats
path: root/mousetweaks/post-install
diff options
context:
space:
mode:
Diffstat (limited to 'mousetweaks/post-install')
-rw-r--r--mousetweaks/post-install16
1 files changed, 16 insertions, 0 deletions
diff --git a/mousetweaks/post-install b/mousetweaks/post-install
new file mode 100644
index 0000000..ee71e5f
--- /dev/null
+++ b/mousetweaks/post-install
@@ -0,0 +1,16 @@
+#!/bin/sh
+
+port=mousetweaks
+
+# 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