#!/bin/sh

set -e
if [ "$1" = "remove" ] || [ "$1" = "upgrade" ]; then
  gconf-schemas --unregister advanced-power.schemas 
fi
exit 0