#!/bin/sh

port=network-manager-applet

# gconf schemas
/usr/sbin/gconfpkg --install $port

# icon cache
gtk-update-icon-cache -f -q -t /usr/share/icons/hicolor

# desktop database
update-desktop-database -q

# End of file