source: ipk/source/settings_bulldog_3xSat_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 
[24392]1#!/bin/sh
2
[46274]3echo Use Install Dest: $1
4echo Start Install Script: $0
5
6
[24392]7if [ -e /tmp/.tpk_upgrade_start ]; then
8 echo "tpk upgrade skip settings"
9 exit 1
10fi
11
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
18
19exit 0
Note: See TracBrowser for help on using the repository browser.