source: ipk/source/CONTROL/preinst @ 30728

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

[tpk] Settings by Bulldog 19.2

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.