Last change
on this file since 11861 was
11861,
checked in by obi, 9 years ago
|
[ipk] add titan networkbrowser/mc dummys
|
-
Property svn:executable set to
*
|
File size:
350 bytes
|
Rev | Line | |
---|
[11861] | 1 | #!/bin/sh |
---|
| 2 | TMP=/tmp/.tmp |
---|
| 3 | echo "successfully installed" |
---|
| 4 | echo "syncing disk" |
---|
| 5 | sync |
---|
| 6 | |
---|
| 7 | if [ `df | grep /dev/mtdblock | grep var | sed 's/ \+/ /g' | cut -d ' ' -f4 | tail -n1 | wc -l` -eq 1 ]; then |
---|
| 8 | SPACE=`df | grep /dev/mtdblock | grep var | sed 's/ \+/ /g' | cut -d ' ' -f4 | tail -n1` |
---|
| 9 | FREE=`expr $SPACE - 100` |
---|
| 10 | echo new freespace size $FREE kb |
---|
| 11 | fi |
---|
| 12 | |
---|
| 13 | exit 0 |
---|
Note: See
TracBrowser
for help on using the repository browser.