Changeset 23623 for ipk/source.sh4/players_dvdplayer/CONTROL/preinst
- Timestamp:
- Sep 10, 2013, 3:52:26 PM (13 years ago)
- File:
-
- 1 edited
-
ipk/source.sh4/players_dvdplayer/CONTROL/preinst (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
ipk/source.sh4/players_dvdplayer/CONTROL/preinst
r14942 r23623 1 1 #!/bin/sh 2 #3 TMP=/tmp/.tmp4 5 model=`cat /etc/model`6 echo""7 echo "Checking your Boxtype...."8 echo "Some Plugins will not work correctly on your $model!"9 echo ""10 if [ "$model" = "" ]; then11 echo "Sorry! This Plugin is not available for your $model because it will not work correctly!!!"12 echo "Aborting installation..."13 exit 114 else15 echo "Boxtype: $model OK"16 fi17 18 if [ `df | grep /dev/mtdblock | grep var | sed 's/ \+/ /g' | cut -d ' ' -f4 | head -n1 | wc -l` -eq 1 ]; then19 SPACE=`df | grep /dev/mtdblock | grep var | sed 's/ \+/ /g' | cut -d ' ' -f4 | head -n1`20 FREE=`expr $SPACE - 100`21 SIZE=1622 echo "checking freespace"23 echo packege size $SIZE kb24 echo freespace size $FREE kb25 if [ "$FREE" -lt "$SIZE" ]; then26 echo "sorry no freespace left on device"27 exit 128 else29 echo ok30 fi31 else32 echo "syncing disk"33 sync34 fi35 echo "installing Dvd-Player ..."36 2 37 3 exit 0
Note:
See TracChangeset
for help on using the changeset viewer.
![(please configure the [header_logo] section in trac.ini)](/openaaf/chrome/common/titannit_trac_banner.png)