From 45b70516bdcd7071ee597882fa383ae03d1c70cd Mon Sep 17 00:00:00 2001 From: Stephan Raue Date: Sat, 3 Oct 2009 22:47:34 +0200 Subject: [PATCH] moovida: - remove config file, we dont need this anymore --- .../python/multimedia/moovida/conf.d/moovida | 20 ------------------- 1 file changed, 20 deletions(-) delete mode 100644 packages/python/multimedia/moovida/conf.d/moovida diff --git a/packages/python/multimedia/moovida/conf.d/moovida b/packages/python/multimedia/moovida/conf.d/moovida deleted file mode 100644 index 7cce4e4ee2..0000000000 --- a/packages/python/multimedia/moovida/conf.d/moovida +++ /dev/null @@ -1,20 +0,0 @@ -################################################################################ -# Moovida environment variables. -# -# This file contains non-OpenELEC evironment variables as well as OpenELEC -# evironment variables that are not user defined. -################################################################################ - -#------------------------------------------------------------------------------- -# Moovida environment variables. -#------------------------------------------------------------------------------- -MOOVIDA_FULLSCREEN=yes - -#------------------------------------------------------------------------------- -# Do not change this. -#------------------------------------------------------------------------------- -if test "$DEBUG" = yes; then - MOOVIDA_DEBUG=yes - MOOVIDA_TMPLOG=yes - MOOVIDA_LOGFILE='/var/log/moovida.log' -fi