summaryrefslogtreecommitdiffstats
path: root/gnome-control-center/post-install
diff options
context:
space:
mode:
Diffstat (limited to 'gnome-control-center/post-install')
-rwxr-xr-xgnome-control-center/post-install11
1 files changed, 11 insertions, 0 deletions
diff --git a/gnome-control-center/post-install b/gnome-control-center/post-install
index 7991e3a..9370fd1 100755
--- a/gnome-control-center/post-install
+++ b/gnome-control-center/post-install
@@ -2,6 +2,17 @@
port=gnome-control-center
+# 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
+
+# desktop database
+update-desktop-database -q
+
# icon cache
gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor