Last change
on this file since 38687 was
38687,
checked in by andyjetset, 7 years ago
|
add Settings cableD Braunschweig/Salzgitter thx phillips
|
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.