source: ipk/source/settings_phillips_cableD_1_0/CONTROL/preinst @ 38687

Last change on this file since 38687 was 38687, checked in by andyjetset, 7 years ago

add Settings cableD Braunschweig/Salzgitter thx phillips

File size: 286 bytes
Line 
1#!/bin/sh
2
3if [ -e /tmp/.tpk_upgrade_start ]; then
4        echo "tpk upgrade skip settings"
5        exit 1
6fi
7
8rm -f /mnt/settings/bouquets*
9rm -f /mnt/settings/channel
10rm -f /mnt/settings/provider
11rm -f /mnt/settings/transponder
12rm -f /mnt/settings/satellites
13rm -f /mnt/settings/epgchannel
14
15exit 0
Note: See TracBrowser for help on using the repository browser.