source: ipk/source/settings_unitymedia_cable/CONTROL/preinst@ 48233

Last change on this file since 48233 was 46274, checked in by obi, 3 years 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.