This commit is contained in:
gutosie
2020-01-12 23:30:20 +02:00
committed by GitHub
parent 4e085206a2
commit e7912a7c81

7
iNB.sh
View File

@@ -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..."