if [ -x /usr/bin/scrollkeeper-update ]; then /usr/bin/scrollkeeper-update -p /var/lib/scrollkeeper &> /dev/null fi if [ -x /usr/bin/update-mime-database ]; then /usr/bin/update-mime-database /usr/share/mime &> /dev/null fi if [ -x /usr/bin/update-desktop-database ]; then /usr/bin/update-desktop-database 1> /dev/null &> /dev/null fi if [ -x /usr/bin/gtk-update-icon-cache ]; then /usr/bin/gtk-update-icon-cache -f -q /usr/share/icons/hicolor &> /dev/null fi ( cd usr/bin ; rm -rf amsn-remote ) ( cd usr/bin ; ln -sf /usr/share/amsn/amsn-remote amsn-remote ) ( cd usr/bin ; rm -rf amsn ) ( cd usr/bin ; ln -sf /usr/share/amsn/amsn amsn ) ( cd usr/bin ; rm -rf amsn-remote-CLI ) ( cd usr/bin ; ln -sf /usr/share/amsn/amsn-remote-CLI amsn-remote-CLI ) ( cd usr/share/pixmaps ; rm -rf amsn.png ) ( cd usr/share/pixmaps ; ln -sf /usr/share/amsn/desktop-icons/48x48/apps/amsn.png amsn.png )