Changeset 23575 for ipk/source/fonts_digifaceregular_1_0/CONTROL/preinst
- Timestamp:
- Sep 9, 2013, 11:54:45 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
ipk/source/fonts_digifaceregular_1_0/CONTROL/preinst
r12422 r23575 1 1 #!/bin/sh 2 #3 TMP=/tmp/.fonts4 echo "syncing disk"5 sync6 2 7 model=`cat /etc/model`8 echo""9 echo "Checking your Boxtype...."10 echo "Some Plugins will not work correctly on your $model!"11 echo ""12 if [ "$model" = "" ]; then13 echo "Sorry! This Plugin is not available for your $model because it will not work correctly!!!"14 echo "Aborting installation..."15 exit 116 else17 echo "Boxtype: $model OK"18 fi19 20 if [ `df | grep /dev/mtdblock | grep var | sed 's/ \+/ /g' | cut -d ' ' -f4 | head -n1 | wc -l` -eq 1 ]; then21 SPACE=`df | grep /dev/mtdblock | grep var | sed 's/ \+/ /g' | cut -d ' ' -f4 | head -n1`22 FREE=`expr $SPACE - 100`23 SIZE=4124 echo "checking freespace"25 echo packege size $SIZE kb26 echo freespace size $FREE kb27 if [ "$FREE" -lt "$SIZE" ]; then28 echo "sorry no freespace left on device"29 exit 130 else31 echo ok32 fi33 fi34 35 buildgroup=`cat /etc/.buildgroup`36 echo "checking OS"37 if [ `cat /etc/motd | grep $buildgroup | grep M | grep rev | wc -l` -eq 0 ]; then38 echo ---------------------------39 echo DONT USE this IPK Package!!40 echo ---41 echo Only for $buildgroup Image!!42 echo ---------------------------43 exit 144 fi45 46 echo "installing font..."47 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)