source: ipk/source/epg_cooltvguide/CONTROL/postinst@ 17841

Last change on this file since 17841 was 7451, checked in by BPanther, 15 years ago

[ipk] - copy source->source.sh4

  • Property svn:executable set to *
File size: 681 bytes
Line 
1#!/bin/sh
2TMP=/tmp/.epg
3echo "syncing disk"
4sync
5if [ `df | grep /dev/mtdblock | grep var | sed 's/ \+/ /g' | cut -d ' ' -f4 | tail -n1 | wc -l` -eq 1 ]; then
6 SPACE=`df | grep /dev/mtdblock | grep var | sed 's/ \+/ /g' | cut -d ' ' -f4 | tail -n1`
7 FREE=`expr $SPACE - 100`
8 echo new freespace size $FREE kb
9fi
10exit 0
11echo ""
12echo "*******************************"
13echo "* Cool TV Guide by Coolman *"
14echo "* 3D EPG-Plugin for Enigma2 *"
15echo "* Coded by Coolman (c) 2010 *"
16echo "*******************************"
17echo ""
18echo ""
19echo "Plugin successfully installed!"
20echo ""
21echo "You should restart enigma2 now..."
22echo ""
23echo ""
24echo ""
25echo "syncing disk"
26sync
27exit 0
Note: See TracBrowser for help on using the repository browser.