#!/bin/sh

if [ -f /etc/enigma2/lcd4config ]
then
	cp /etc/enigma2/lcd4config /tmp/.lcd4config
fi

exit 0

