Ignore:
Timestamp:
Sep 10, 2013, 7:28:16 PM (13 years ago)
Author:
nit
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • ipk/source/skins_tobayer01/CONTROL/prerm

    r23270 r23640  
    11#!/bin/sh
    22
    3 plugin_short="tobayer01"
    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 
    183exit 0
Note: See TracChangeset for help on using the changeset viewer.