source: ipk/source/settings_bulldog_1xsat_1_0/CONTROL/preinst @ 43061

Last change on this file since 43061 was 30739, checked in by Bulldog, 9 years ago

[tpk] New settings for 19.2 by Bulldog

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.