#!/bin/sh

set -e
update-rc.d -f apmonitord remove > /dev/null || exit $?
rm -r /opt/maemo/usr/lib/advanced-power-monitor
exit 0
