source: ipk/source/skins_dreamtvhd_1_4/CONTROL/postrm@ 610

Last change on this file since 610 was 521, checked in by civer, 17 years ago

-added all latest ipk sources

File size: 542 bytes
Line 
1#!/bin/sh
2TMP=/tmp/.skin
3
4PLUGINDIR1=/var/usr/local/share/enigma2/dreamTV_HD
5PLUGINDIR2=/var/usr/lib/enigma2/python/Plugins/Extensions/InfoBarConfig
6rm -r $PLUGINDIR1 > /dev/null 2>&1
7rm -r $PLUGINDIR2 > /dev/null 2>&1
8
9echo "successfully removed"
10echo "syncing disk"
11sync
12if [ `df | grep /dev/mtdblock | grep var | sed 's/ \+/ /g' | cut -d ' ' -f4 | tail -n1 | wc -l` -eq 1 ]; then
13 SPACE=`df | grep /dev/mtdblock | grep var | sed 's/ \+/ /g' | cut -d ' ' -f4 | tail -n1`
14 FREE=`expr $SPACE - 100`
15 echo new freespace size $FREE kb
16fi
17exit 0
Note: See TracBrowser for help on using the repository browser.