#!/bin/sh
# prerm script for network-monitor
#
# by Luigi Cotignano
# http://n900.altervista.org

# The clock might be wrong and we know that we need to update the icon
# cache so we just force it.

echo "Updating icons cache..."
gtk-update-icon-cache -f /usr/share/icons/hicolor

echo "Updating sudoers..."
update-sudoers

#exit 0
