source: ipk/source/CONTROL/postrm @ 30735

Last change on this file since 30735 was 30735, checked in by Bulldog, 9 years ago

[tpk] settings for 19.2 by Bulldog

File size: 599 bytes
RevLine 
[30735]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/etc/titan/bouquets.* /mnt/settings
13cp -a /etc/titan.restore/etc/titan/channel /mnt/settings
14cp -a /etc/titan.restore/etc/titan/provider /mnt/settings
15cp -a /etc/titan.restore/etc/titan/satellites /mnt/settings
16cp -a /etc/titan.restore/etc/titan/transponder /mnt/settings
17
18touch /tmp/.tpk_needs_reboot
19
20exit 0
Note: See TracBrowser for help on using the repository browser.