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