source: ipk/source/fonts_actionmanitalic_1_0/CONTROL/postinst@ 23367

Last change on this file since 23367 was 23365, checked in by nit, 13 years ago

fix

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