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_0Acht5Zehn/CONTROL/postrm

    r23281 r23640  
    11#!/bin/sh
    22
    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 rm -rf $plugin_dir
    14 
    15 sync
    16 SPACE=`getfreespace $plugin_target`
    17 FREE=`expr $SPACE - 100`
    18 echo "New free space: ${FREE}kB"
    19 echo
    20 echo "Successfully removed $plugin."
    21 
    223exit 0
Note: See TracChangeset for help on using the changeset viewer.