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