summaryrefslogtreecommitdiffstats
path: root/mousetweaks/post-install
diff options
context:
space:
mode:
authorpiernov <piernov@piernov.org>2011-10-02 13:15:36 +0200
committerpiernov <piernov@piernov.org>2011-10-02 13:15:36 +0200
commit3958eaff77f5586efec941b839a348490c873c3e (patch)
treedff89da4f82135953755eea5e348d52b156f9d7b /mousetweaks/post-install
parente17527f4998ea02366a2044547828a1990a94fbc (diff)
downloadgnome3-3958eaff77f5586efec941b839a348490c873c3e.tar.gz
gnome3-3958eaff77f5586efec941b839a348490c873c3e.tar.bz2
gnome3-3958eaff77f5586efec941b839a348490c873c3e.tar.xz
gnome3-3958eaff77f5586efec941b839a348490c873c3e.zip
mousetweaks 3.2.0-1 ajout port
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