#!/bin/sh

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