source: ipk/source/settings_default_all_2_0/CONTROL/preinst@ 47061

Last change on this file since 47061 was 47061, checked in by aafsvn, 9 months ago

test

File size: 412 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
12if [ -L /mnt ];then
13 echo "remove base-files mnt link"
14 rm /mnt
15fi
16
17rm -f /mnt/settings/bouquets*
18rm -f /mnt/settings/channel
19rm -f /mnt/settings/provider
20rm -f /mnt/settings/transponder
21rm -f /mnt/settings/satellites
22rm -f /mnt/settings/epgchannel
23
24exit 0
Note: See TracBrowser for help on using the repository browser.