source: ipk/source.sh4/swapemus_oscam_6089/CONTROL/postrm@ 23298

Last change on this file since 23298 was 23298, checked in by nit, 13 years ago
File size: 280 bytes
Line 
1#!/bin/sh
2TMP=/tmp/.oscam
3INSTDIR="$1"
4
5rm -r "$INSTDIR/bin/oscam_6089_swap"
6
7echo "successfully removed"
8if [ "/var/swap" == "$INSTDIR" ]; then
9 echo "syncing disk"
10 sync
11else
12 SPACE=`getfreespace "$INSTDIR"`
13 FREE=`expr $SPACE - 100`
14 echo new freespace size $FREE kb
15fi
16exit 0
Note: See TracBrowser for help on using the repository browser.