source:
ipk/source/bootlogos_bikergirl_0_1/CONTROL/postinst@
23364
| Last change on this file since 23364 was 23364, checked in by , 13 years ago | |
|---|---|
|
|
| File size: 225 bytes | |
| Rev | Line | |
|---|---|---|
| [2779] | 1 | #!/bin/sh |
| [23364] | 2 | INSTDIR="$1" |
| [7213] | 3 | |
| [23364] | 4 | echo "successfully removed" |
| 5 | if [ "/var/swap" == "$INSTDIR" ]; then | |
| 6 | echo "syncing disk" | |
| 7 | sync | |
| 8 | else | |
| 9 | SPACE=`getfreespace "$INSTDIR"` | |
| [2779] | 10 | FREE=`expr $SPACE - 100` |
| 11 | echo new freespace size $FREE kb | |
| 12 | fi | |
| 13 | exit 0 |
Note:
See TracBrowser
for help on using the repository browser.
![(please configure the [header_logo] section in trac.ini)](/openaaf/chrome/common/titannit_trac_banner.png)