source: ipk/source.sh4/titansettings_matze70neueDesign_sat19_1_0/CONTROL/postrm @ 23442

Last change on this file since 23442 was 23442, checked in by nit, 11 years ago
  • Property svn:executable set to *
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.