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