Ignore:
Timestamp:
Sep 7, 2013, 2:32:21 PM (13 years ago)
Author:
nit
Message:

fix

File:
1 edited

Legend:

Unmodified
Added
Removed
  • ipk/source.sh4/titangames_catcatch/CONTROL/prerm

    r23366 r23373  
    11#!/bin/sh
    2 INSTDIR="$1"
    32
    4 if [ "/var/swap" == "$INSTDIR" ]; then
    5         echo "syncing disk"
    6         sync
    7 else
    8         SPACE=`getfreespace "$INSTDIR"`
    9         FREE=`expr $SPACE - 100`
    10         echo new freespace size $FREE kb
    11 fi
    12 echo "removing catcatch Plugin"
     3echo "remove Plugin"
    134exit 0
Note: See TracChangeset for help on using the changeset viewer.