#!/bin/sh -e

set -e

if [ "$1" = "remove" ] || [ "$1" = upgrade ]; then
  update-alternatives --remove lxdm.conf /etc/xdg/lxdm/lxdm.conf 
fi

if [ "$1" = remove ] || [ "$1" = upgrade ]; then
   gconf-schemas --unregister url-handler-file-thunar.schemas
fi

#DEBHELPER#
exit 0
