|
Last change
on this file since 23563 was 23281, checked in by tobayer, 13 years ago |
|
[titan] 0815 skins: new release/beta skin handling
|
-
Property svn:executable
set to
*
|
|
File size:
306 bytes
|
| Line | |
|---|
| 1 | #!/bin/sh
|
|---|
| 2 |
|
|---|
| 3 | plugin_short="0Acht5Zehn"
|
|---|
| 4 | plugin_type="skin"
|
|---|
| 5 | plugin_target="/var/usr/local/share/titan/skin"
|
|---|
| 6 |
|
|---|
| 7 | plugin_dir="$plugin_target/$plugin_short"
|
|---|
| 8 | plugin="$plugin_short $plugin_type"
|
|---|
| 9 |
|
|---|
| 10 |
|
|---|
| 11 | ### MAIN ###
|
|---|
| 12 |
|
|---|
| 13 | sync
|
|---|
| 14 | SPACE=`getfreespace $plugin_target`
|
|---|
| 15 | FREE=`expr $SPACE - 100`
|
|---|
| 16 | echo "Old free space: ${FREE}kB"
|
|---|
| 17 |
|
|---|
| 18 | exit 0
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.