mirror of
https://github.com/archr-linux/Arch-R.git
synced 2026-03-31 14:41:55 -07:00
xbmc: dont clean temp dir on boot
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
@@ -24,15 +24,6 @@
|
||||
|
||||
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
|
||||
#
|
||||
|
||||
Reference in New Issue
Block a user