source: ipk/source.sh4/titangames_catcatch/CONTROL/prerm @ 23366

Last change on this file since 23366 was 23366, checked in by nit, 11 years ago

fix

  • Property svn:executable set to *
File size: 230 bytes
Line 
1#!/bin/sh
2INSTDIR="$1"
3
4if [ "/var/swap" == "$INSTDIR" ]; then
5        echo "syncing disk"
6        sync
7else
8        SPACE=`getfreespace "$INSTDIR"`
9        FREE=`expr $SPACE - 100`
10        echo new freespace size $FREE kb
11fi
12echo "removing catcatch Plugin"
13exit 0
Note: See TracBrowser for help on using the repository browser.