source: ipk/source/settings_uljanow_1sat_1_0/CONTROL/postrm @ 39333

Last change on this file since 39333 was 25667, checked in by gost, 10 years ago

[kanallisten] fix postrm... settings_uljanow_1sat_1_0

File size: 620 bytes
Line 
1#!/bin/sh
2
3echo "remove /mnt/settings/bouquets.*"
4rm -f /mnt/settings/bouquets*
5rm -f /mnt/settings/channel
6rm -f /mnt/settings/provider
7rm -f /mnt/settings/transponder
8rm -f /mnt/settings/satellites
9rm -f /mnt/settings/epgchannel
10
11echo "restore default settings"
12cp -a /etc/titan.restore/mnt/settings/titan/bouquets.* /mnt/settings
13cp -a /etc/titan.restore/mnt/settings/channel /mnt/settings
14cp -a /etc/titan.restore/mnt/settings/provider /mnt/settings
15cp -a /etc/titan.restore/mnt/settings/satellites /mnt/settings
16cp -a /etc/titan.restore/mnt/settings/transponder /mnt/settings
17
18touch /tmp/.tpk_needs_reboot
19
20exit 0
Note: See TracBrowser for help on using the repository browser.