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

#DEBHELPER#

