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

Last change on this file since 46274 was 46274, checked in by obi, 18 months ago

update lost files with install echo

File size: 657 bytes
Line 
1#!/bin/sh
2
3echo Use Install Dest: $1
4echo Start Install Script: $0
5
6
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
14
15echo "restore default settings"
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
21
22touch /tmp/.tpk_needs_reboot
23
24exit 0
Note: See TracBrowser for help on using the repository browser.