|
Last change
on this file since 46737 was 46274, checked in by obi, 3 years ago |
|
update lost files with install echo
|
|
File size:
344 bytes
|
| Line | |
|---|
| 1 | #!/bin/sh
|
|---|
| 2 |
|
|---|
| 3 | echo Use Install Dest: $1
|
|---|
| 4 | echo Start Install Script: $0
|
|---|
| 5 |
|
|---|
| 6 |
|
|---|
| 7 | if [ -e /tmp/.tpk_upgrade_start ]; then
|
|---|
| 8 | echo "tpk upgrade skip settings"
|
|---|
| 9 | exit 1
|
|---|
| 10 | fi
|
|---|
| 11 |
|
|---|
| 12 | rm -f /mnt/settings/bouquets*
|
|---|
| 13 | rm -f /mnt/settings/channel
|
|---|
| 14 | rm -f /mnt/settings/provider
|
|---|
| 15 | rm -f /mnt/settings/transponder
|
|---|
| 16 | rm -f /mnt/settings/satellites
|
|---|
| 17 | rm -f /mnt/settings/epgchannel
|
|---|
| 18 |
|
|---|
| 19 | exit 0
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.