#!/bin/sh
if [ "$1" = remove ] || [ "$1" = upgrade ]; then
	gconf-schemas --unregister ledpulse-home-plugin.schemas 
fi
