source: ipk/source/settings_unitymedia_cable/CONTROL/postrm@ 47441

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

update lost files with install echo

File size: 657 bytes
RevLine 
[18195]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
[18195]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
[18195]21
[21553]22touch /tmp/.tpk_needs_reboot
[23442]23
[18195]24exit 0
Note: See TracBrowser for help on using the repository browser.