source: ipk/source/settings_bulldog_3xsat-Unity_1_0/CONTROL/preinst@ 45918

Last change on this file since 45918 was 37633, checked in by Bulldog, 10 years ago

[tpk]settings by Bulldog
Hotbird, Astra 19,2 and Astra 28,2
including Unitymedia Cable NRW

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.