source: ipk/source/settings_uljanow_1sat_1_0/CONTROL/preinst

Last change on this file was 46824, checked in by aafsvn, 2 years ago

ipkg fix settings and keymaps install dir

File size: 384 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
18rm -f /mnt/settings/transponderencoding
19
20exit 0
Note: See TracBrowser for help on using the repository browser.