#!/bin/sh -e
if [ ! -e /etc/X11/xaw-wrappers.conf -a -e /etc/xaw-wrappers.conf ]; then
	# Move conffile. I think it's safest to use cat here, becuase 
	# the user may have sone something funky like made it be a sumlink.
	cat /etc/xaw-wrappers.conf > /etc/X11/xaw-wrappers.conf
fi
rm -f /etc/xaw-wrappers.conf
