#!/bin/sh
if [ "$1" = remove ]; then
dpkg-divert --package ume-config-belmont --rename --remove /etc/X11/xorg.conf
fi
