source: ipk/source/settings_unitymedia_cable/CONTROL/preinst@ 38745

Last change on this file since 38745 was 23442, checked in by nit, 13 years ago
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.