source:
ipk/source.sh4/swapemus_oscam_6089/CONTROL/postrm@
23366
| Last change on this file since 23366 was 23366, checked in by , 13 years ago | |
|---|---|
| File size: 226 bytes | |
| Rev | Line | |
|---|---|---|
| [23015] | 1 | #!/bin/sh |
| [23298] | 2 | INSTDIR="$1" |
| [23015] | 3 | |
| 4 | echo "successfully removed" | |
| [23298] | 5 | if [ "/var/swap" == "$INSTDIR" ]; then |
| 6 | echo "syncing disk" | |
| 7 | sync | |
| 8 | else | |
| 9 | SPACE=`getfreespace "$INSTDIR"` | |
| [23015] | 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)