diff options
author | Thierry N <thierryn1 at hispeed dot ch> | 2009-10-24 12:49:00 +0200 |
---|---|---|
committer | Thierry N <thierryn1 at hispeed dot ch> | 2009-10-24 12:49:00 +0200 |
commit | 6147615b212c13b6a57006a94abf965e81ca87bc (patch) | |
tree | fcb1c99887820dfec3948cc20a85ebf079db1905 /gnome/gnome-desktop/post-install | |
parent | 0212f46584ca058c0c5b3b901628b9df3efdfb8d (diff) | |
download | nutyx-extra-6147615b212c13b6a57006a94abf965e81ca87bc.tar.gz nutyx-extra-6147615b212c13b6a57006a94abf965e81ca87bc.tar.bz2 nutyx-extra-6147615b212c13b6a57006a94abf965e81ca87bc.tar.xz nutyx-extra-6147615b212c13b6a57006a94abf965e81ca87bc.zip |
ajout de gnome-desktop#2.26.3-1
Diffstat (limited to 'gnome/gnome-desktop/post-install')
-rwxr-xr-x | gnome/gnome-desktop/post-install | 16 |
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 |