source: ipk/source/settings_rudefault_sat_1_0/CONTROL/preinst @ 46274

Last change on this file since 46274 was 46274, checked in by obi, 18 months ago

update lost files with install echo

File size: 344 bytes
Line 
1#!/bin/sh
2
3echo Use Install Dest: $1
4echo Start Install Script: $0
5
6
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.