source: ipk/source.sh4/titanswapskins_0Acht5Zehn/CONTROL/prerm @ 23281

Last change on this file since 23281 was 23281, checked in by tobayer, 11 years ago

[titan] 0815 skins: new release/beta skin handling

  • Property svn:executable set to *
File size: 299 bytes
Line 
1#!/bin/sh
2
3plugin_short="0Acht5Zehn"
4plugin_type="swapskin"
5plugin_target="/var/swap/titanskins"
6
7plugin_dir="$plugin_target/$plugin_short"
8plugin="$plugin_short $plugin_type"
9
10
11### MAIN ###
12
13sync
14SPACE=`getfreespace $plugin_target`
15FREE=`expr $SPACE - 100`
16echo "Old free space: ${FREE}kB"
17
18exit 0
Note: See TracBrowser for help on using the repository browser.