8.10
This commit is contained in:
7
iNB.sh
7
iNB.sh
@@ -5,7 +5,12 @@
|
|||||||
if `grep -q 'osd.language=pl_PL' </etc/enigma2/settings`; then
|
if `grep -q 'osd.language=pl_PL' </etc/enigma2/settings`; then
|
||||||
PL=1
|
PL=1
|
||||||
fi
|
fi
|
||||||
cd /usr/lib/enigma2/python/Plugins/Extensions/NeoBoot/.location
|
if [ -e /usr/lib/enigma2/python/Plugins/Extensions/NeoBoot/files/mountpoint.sh ]; then
|
||||||
|
rm -f /usr/lib/enigma2/python/Plugins/Extensions/NeoBoot/files/mountpoint.sh;
|
||||||
|
rm -f /usr/lib/enigma2/python/Plugins/Extensions/NeoBoot/files/neom;
|
||||||
|
rm -f /usr/lib/enigma2/python/Plugins/Extensions/NeoBoot/files/neo.sh;
|
||||||
|
rm -f /usr/lib/enigma2/python/Plugins/Extensions/NeoBoot/.location
|
||||||
|
fi
|
||||||
[ -e /tmp/neoboot.zip ] && rm -f /tmp/neoboot.zip
|
[ -e /tmp/neoboot.zip ] && rm -f /tmp/neoboot.zip
|
||||||
[ -e /tmp/neoboot-master ] && rm -rf /tmp/neoboot-master
|
[ -e /tmp/neoboot-master ] && rm -rf /tmp/neoboot-master
|
||||||
[ $PL ] && echo "Pobieranie archiwum..." || echo "Downloading archive file..."
|
[ $PL ] && echo "Pobieranie archiwum..." || echo "Downloading archive file..."
|
||||||
|
|||||||
Reference in New Issue
Block a user