if [ "$1" = configure ]; then
	if [ -e "#OLD#" ]; then
		echo "Preserving user changes to #RULE# ..."
		mv -f "#OLD#" "#RULE#"
	fi
fi
