summaryrefslogtreecommitdiffstats
path: root/gnome/gnome-desktop/post-install
diff options
context:
space:
mode:
authorThierry N <thierryn1 at hispeed dot ch>2009-10-24 12:49:00 +0200
committerThierry N <thierryn1 at hispeed dot ch>2009-10-24 12:49:00 +0200
commit6147615b212c13b6a57006a94abf965e81ca87bc (patch)
treefcb1c99887820dfec3948cc20a85ebf079db1905 /gnome/gnome-desktop/post-install
parent0212f46584ca058c0c5b3b901628b9df3efdfb8d (diff)
downloadnutyx-pakxe-6147615b212c13b6a57006a94abf965e81ca87bc.tar.gz
nutyx-pakxe-6147615b212c13b6a57006a94abf965e81ca87bc.tar.bz2
nutyx-pakxe-6147615b212c13b6a57006a94abf965e81ca87bc.tar.xz
nutyx-pakxe-6147615b212c13b6a57006a94abf965e81ca87bc.zip
ajout de gnome-desktop#2.26.3-1
Diffstat (limited to 'gnome/gnome-desktop/post-install')
-rwxr-xr-xgnome/gnome-desktop/post-install16
1 files changed, 16 insertions, 0 deletions
diff --git a/gnome/gnome-desktop/post-install b/gnome/gnome-desktop/post-install
new file mode 100755
index 000000000..528fb11fb
--- /dev/null
+++ b/gnome/gnome-desktop/post-install
@@ -0,0 +1,16 @@
+#!/bin/sh
+
+port=gnome-desktop
+
+# scrolls
+SCROLLS="`pkginfo -l $port | grep usr/share/omf/.*\.omf$`"
+
+for SCROLL in $SCROLLS
+do
+ /usr/bin/scrollkeeper-install -q -p /var/lib/scrollkeeper /$SCROLL > /dev/null
+done
+
+# desktop database
+update-desktop-database > /dev/null
+
+# End of file