|
Last change
on this file since 37633 was 37633, checked in by Bulldog, 10 years ago |
|
[tpk]settings by Bulldog
Hotbird, Astra 19,2 and Astra 28,2
including Unitymedia Cable NRW
|
|
File size:
286 bytes
|
| Line | |
|---|
| 1 | #!/bin/sh
|
|---|
| 2 |
|
|---|
| 3 | if [ -e /tmp/.tpk_upgrade_start ]; then
|
|---|
| 4 | echo "tpk upgrade skip settings"
|
|---|
| 5 | exit 1
|
|---|
| 6 | fi
|
|---|
| 7 |
|
|---|
| 8 | rm -f /mnt/settings/bouquets*
|
|---|
| 9 | rm -f /mnt/settings/channel
|
|---|
| 10 | rm -f /mnt/settings/provider
|
|---|
| 11 | rm -f /mnt/settings/transponder
|
|---|
| 12 | rm -f /mnt/settings/satellites
|
|---|
| 13 | rm -f /mnt/settings/epgchannel
|
|---|
| 14 |
|
|---|
| 15 | exit 0
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.