Ignore:
Timestamp:
Sep 9, 2013, 11:54:45 PM (13 years ago)
Author:
obi
Message:

fix bootlogs / font control files

File:
1 edited

Legend:

Unmodified
Added
Removed
  • ipk/source/fonts_digifaceregular_1_0/CONTROL/prerm

    r12422 r23575  
    11#!/bin/sh
    2 TMP=/tmp/.fonts
    3 echo "syncing disk"
    4 sync
    5 if [ `df | grep /dev/mtdblock | grep var | sed 's/ \+/ /g' | cut -d ' ' -f4 | head -n1 | wc -l` -eq 1 ]; then
    6         SPACE=`df | grep /dev/mtdblock | grep var | sed 's/ \+/ /g' | cut -d ' ' -f4 | head -n1`
    7         FREE=`expr $SPACE - 100`
    8         echo freespace size $FREE kb
    9 fi
    10 echo "removing font"
     2
    113exit 0
Note: See TracChangeset for help on using the changeset viewer.