source:
ipk/source.sh4/titanswapskins_tobayer01/CONTROL/postrm@
23414
| Last change on this file since 23414 was 23270, checked in by , 13 years ago | |
|---|---|
| File size: 360 bytes | |
| Rev | Line | |
|---|---|---|
| [10686] | 1 | #!/bin/sh |
| 2 | ||
| [23247] | 3 | plugin_short="tobayer01" |
| 4 | plugin_type="swapskin" | |
| 5 | plugin_target="/var/swap/titanskins" | |
| [10686] | 6 | |
| [23247] | 7 | plugin_dir="$plugin_target/$plugin_short" |
| 8 | plugin="$plugin_short $plugin_type" | |
| [23201] | 9 | |
| 10 | ||
| [23247] | 11 | ### MAIN ### |
| 12 | ||
| 13 | rm -rf $plugin_dir | |
| 14 | ||
| 15 | sync | |
| 16 | SPACE=`getfreespace $plugin_target` | |
| 17 | FREE=`expr $SPACE - 100` | |
| [23270] | 18 | echo "New free space: ${FREE}kB" |
| [23247] | 19 | echo |
| [23202] | 20 | echo "Successfully removed $plugin." |
| [23201] | 21 | |
| 22 | 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)