diff options
Diffstat (limited to 'gnome-contacts/post-install')
-rwxr-xr-x | gnome-contacts/post-install | 18 |
1 files changed, 1 insertions, 17 deletions
diff --git a/gnome-contacts/post-install b/gnome-contacts/post-install index 1c584fa..9b6d48d 100755 --- a/gnome-contacts/post-install +++ b/gnome-contacts/post-install @@ -1,22 +1,6 @@ #!/bin/sh -port=gnome-applets - -# gconf schemas -/usr/sbin/gconfpkg --install $port - -# 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 - -# icon cache -gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor +update-desktop-database -q # End of file |