source: ipk/source/settings_sofa_cableBW_1_0/CONTROL/postrm

Last change on this file was 46274, checked in by obi, 3 years ago

update lost files with install echo

File size: 657 bytes
RevLine 
[18194]1#!/bin/sh
2
[46274]3echo Use Install Dest: $1
4echo Start Install Script: $0
5
6
[21833]7echo "remove /mnt/settings/bouquets.*"
8rm -f /mnt/settings/bouquets*
9rm -f /mnt/settings/channel
10rm -f /mnt/settings/provider
11rm -f /mnt/settings/transponder
12rm -f /mnt/settings/satellites
13rm -f /mnt/settings/epgchannel
[18194]14
15echo "restore default settings"
[21833]16cp -a /etc/titan.restore/etc/titan/bouquets.* /mnt/settings
17cp -a /etc/titan.restore/etc/titan/channel /mnt/settings
18cp -a /etc/titan.restore/etc/titan/provider /mnt/settings
19cp -a /etc/titan.restore/etc/titan/satellites /mnt/settings
20cp -a /etc/titan.restore/etc/titan/transponder /mnt/settings
[18194]21
[21551]22touch /tmp/.tpk_needs_reboot
[23442]23
[18194]24exit 0
Note: See TracBrowser for help on using the repository browser.