Index: ipk/source.sh4/titanswapskins_tobayer01/CONTROL/prerm
===================================================================
--- ipk/source.sh4/titanswapskins_tobayer01/CONTROL/prerm	(revision 23248)
+++ ipk/source.sh4/titanswapskins_tobayer01/CONTROL/prerm	(revision 23270)
@@ -9,18 +9,4 @@
 
 
-### FUNCTIONS ###
-
-RES_COL=60									# column number to place the status
-
-echo_success() {							# function to print the OK status
-	printf "%-${RES_COL}s%s\n" "$1" "[  OK  ]"
-}
-
-echo_failure() {							# function to print the FAILED status
-	printf "%-${RES_COL}s%s\n" "$1" "[FAILED]"
-}
-
-
-
 ### MAIN ###
 
@@ -28,9 +14,5 @@
 SPACE=`getfreespace $plugin_target`
 FREE=`expr $SPACE - 100`
-echo "Old free space: $FREE kB"
-
-
-msg="Removing $plugin..."
-echo_success "$msg"
+echo "Old free space: ${FREE}kB"
 
 exit 0
