source: ipk/source.sh4/titanswapskins_tobayer01/CONTROL/prerm@ 23373

Last change on this file since 23373 was 23270, checked in by tobayer, 13 years ago

[titan] tobayer01 skins: optimize control files

File size: 298 bytes
RevLine 
[10686]1#!/bin/sh
[23201]2
[23247]3plugin_short="tobayer01"
4plugin_type="swapskin"
5plugin_target="/var/swap/titanskins"
[23201]6
[23247]7plugin_dir="$plugin_target/$plugin_short"
8plugin="$plugin_short $plugin_type"
[23201]9
10
[23247]11### MAIN ###
12
13sync
14SPACE=`getfreespace $plugin_target`
15FREE=`expr $SPACE - 100`
[23270]16echo "Old free space: ${FREE}kB"
[23247]17
[10686]18exit 0
Note: See TracBrowser for help on using the repository browser.