source: ipk/source/settings_bulldog_1xsat_1_0/CONTROL/postrm @ 34863

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

[tpk] New settings for 19.2 by Bulldog

File size: 599 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/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.