#!/bin/sh
# postinst script 

if [ -f /etc/X11/xorg.conf.d/xorg.conf.2h ]; then
	rm -rf /etc/X11/xorg.conf.d/xorg.conf.2h
fi

exit 0
