#! /bin/sh

if [ $1 = "purge" ]
then
  update-rc.d xdm remove >/dev/null
  update-rc.d xfs remove >/dev/null
  rm -f /etc/X11/config
fi
