xbmc: dont clean temp dir on boot

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2013-03-01 18:46:01 +01:00
parent f9eab5d248
commit e6bcfb83fd

View File

@ -24,15 +24,6 @@
progress "setup XBMC" progress "setup XBMC"
#
# clean temp dir
#
# hack... we should always clean this temp dir, but we should keep
# the logfiles in debug mode
if [ ! "$DEBUG" = "yes" ]; then
rm -rf $HOME/.xbmc/temp/*
fi
# #
# add some default settings # add some default settings
# #