busybox: create persistent bluetooth workdir to store infos about BT devices on disk

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2011-10-26 13:14:34 +02:00
parent e0ceb324dc
commit e8225354cb

View File

@ -25,6 +25,7 @@
progress "make variable directory structure"
mkdir -p /var/cache \
/var/lib \
/var/lock \
/var/media \
/var/run \
@ -58,3 +59,6 @@ progress "make variable directory structure"
mkdir -p /var/lib/udisks
mkdir -p /var/lib/upower
mkdir -p $HOME/.cache/bluetooth
ln -sf $HOME/.cache/bluetooth /var/lib/bluetooth