source: ipk/source/settings_sofa_cableBW_1_0/CONTROL/preinst

Last change on this file was 46274, checked in by obi, 3 years ago

update lost files with install echo

File size: 344 bytes
RevLine 
[18194]1#!/bin/sh
2
[46274]3echo Use Install Dest: $1
4echo Start Install Script: $0
5
6
[23442]7if [ -e /tmp/.tpk_upgrade_start ]; then
[21551]8 echo "tpk upgrade skip settings"
[18438]9 exit 1
10fi
11
[21833]12rm -f /mnt/settings/bouquets*
13rm -f /mnt/settings/channel
14rm -f /mnt/settings/provider
15rm -f /mnt/settings/transponder
16rm -f /mnt/settings/satellites
17rm -f /mnt/settings/epgchannel
[18194]18
19exit 0
Note: See TracBrowser for help on using the repository browser.