Index: /ipk/source.sh4/lcdpearlskins_mrp/CONTROL/postinst
===================================================================
--- /ipk/source.sh4/lcdpearlskins_mrp/CONTROL/postinst	(revision 23435)
+++ /ipk/source.sh4/lcdpearlskins_mrp/CONTROL/postinst	(revision 23436)
@@ -1,14 +1,3 @@
 #!/bin/sh
-TMP=/tmp/.TOOLS
-echo "Erfolgreich installiert...."
 
-if [ `df | grep /dev/mtdblock | grep mnt | sed 's/ \+/ /g' | cut -d ' ' -f4 | head -n1 | wc -l` -eq 1 ] && [ $link = "/mnt/swapextensions" ]; then
-	SPACE=`df | grep /dev/mtdblock | grep mnt | sed 's/ \+/ /g' | cut -d ' ' -f4 | head -n1`
-	FREE=`expr $SPACE - 100`
-	echo new freespace size $FREE kb
-else
-	echo "syncing disk"
-	sync
-fi
-echo "Nach Restart wird der Skin für Pearl LCD genutzt...."
 exit 0
Index: /ipk/source.sh4/lcdpearlskins_mrp/CONTROL/postrm
===================================================================
--- /ipk/source.sh4/lcdpearlskins_mrp/CONTROL/postrm	(revision 23435)
+++ /ipk/source.sh4/lcdpearlskins_mrp/CONTROL/postrm	(revision 23436)
@@ -1,16 +1,6 @@
 #!/bin/sh
-TMP=/tmp/.TOOLS
+INSTDIR="$1"
 
-mv /var/swap/titanplugins/lcdpearl1/originalskin.xml /var/swap/titanplugins/lcdpearl1/skin.xml
-echo "Originalskin wird wieder hergestellt....."
+mv "$INSTDIR/usr/local/share/titan/plugins/lcdpearl1/originalskin.xml" "$INSTDIR/usr/local/share/titan/plugins/lcdpearl1/skin.xml"
 
-
-echo "Erfolgreich deinstalliert"
-if [ `df | grep /dev/mtdblock | grep mnt | sed 's/ \+/ /g' | cut -d ' ' -f4 | head -n1 | wc -l` -eq 1 ] && [ $link = "/mnt/swapextensions" ]; then
-	SPACE=`df | grep /dev/mtdblock | grep mnt | sed 's/ \+/ /g' | cut -d ' ' -f4 | head -n1`
-	FREE=`expr $SPACE - 100`
-	echo new freespace size $FREE kb
-else
-	sync
-fi
 exit 0
Index: /ipk/source.sh4/lcdpearlskins_mrp/CONTROL/preinst
===================================================================
--- /ipk/source.sh4/lcdpearlskins_mrp/CONTROL/preinst	(revision 23435)
+++ /ipk/source.sh4/lcdpearlskins_mrp/CONTROL/preinst	(revision 23436)
@@ -1,60 +1,6 @@
 #!/bin/sh
-#
-TMP=/tmp/.TOOLS
+INSTDIR="$1"
 
-model=`cat /etc/model`
-echo""
-echo "Checking your Boxtype...."
-echo "Some Plugins will not work correctly on your $model!"
-echo ""
-if [ "$model" = "" ]; then
-	echo "Sorry! This Plugin is not available for your $model because it will not work correctly!!!"
-	echo "Aborting installation..."
-	exit 1
-else
-	echo "Boxtype: $model OK"
-fi
-
-echo "checking lcdpearl installation"
-if [ ! -d /var/swap/titanplugins/lcdpearl1 ]; then
-  echo "--------------------------"
-	echo "Keine lcdpearl Installation gefunden! Bitte erst das lcdpearl Plugin installieren!"
-	echo "--------------------------"
-	exit 1
-fi
-echo "lcdpearl Installation ok...."
-
-if [ `df | grep /dev/mtdblock | grep mnt | sed 's/ \+/ /g' | cut -d ' ' -f4 | head -n1 | wc -l` -eq 1 ] && [ $link = "/mnt/swapextensions" ]; then
-	SPACE=`df | grep /dev/mtdblock | grep mnt | sed 's/ \+/ /g' | cut -d ' ' -f4 | head -n1`
-	FREE=`expr $SPACE - 100`
-	SIZE=7640
-	echo "checking freespace"
-	echo packege size $SIZE kb
-	echo freespace size $FREE kb
-	if  [ "$FREE" -lt "$SIZE" ]; then
-		echo "sorry no freespace left on device"
-		exit 1
-	else
-		echo ok		
-	fi
-else
-	echo "syncing disk"
-	sync
-fi
-buildgroup=`cat /etc/.buildgroup`
-echo "checking OS"	 
-if  [ `cat /etc/motd | grep $buildgroup | grep M | grep rev | wc -l` -eq 0 ]; then 	 	 
-	echo --------------------------- 	 	 
-	echo DONT USE this IPK Package!! 	 	 
-	echo --- 	 	 
-	echo Only for $buildgroup Image!! 	 	 
-	echo --------------------------- 	 	 
-	exit 1 	 	 
-fi
-
-mv /var/swap/titanplugins/lcdpearl1/skin.xml /var/swap/titanplugins/lcdpearl1/originalskin.xml
-echo "Sichere Originalskin....."
-
-echo "Installiere Pearl LCD Skin..."
+mv "$INSTDIR/usr/local/share/titan/plugins/lcdpearl1/skin.xml" "$INSTDIR/usr/local/share/titan/plugins/lcdpearl1/originalskin.xml"
 
 exit 0
Index: /ipk/source.sh4/lcdpearlskins_mrp/CONTROL/prerm
===================================================================
--- /ipk/source.sh4/lcdpearlskins_mrp/CONTROL/prerm	(revision 23435)
+++ /ipk/source.sh4/lcdpearlskins_mrp/CONTROL/prerm	(revision 23436)
@@ -1,13 +1,3 @@
 #!/bin/sh
-TMP=/tmp/.TOOLS
 
-if [ `df | grep /dev/mtdblock | grep mnt | sed 's/ \+/ /g' | cut -d ' ' -f4 | head -n1 | wc -l` -eq 1 ] && [ $link = "/mnt/swapextensions" ]; then
-	SPACE=`df | grep /dev/mtdblock | grep mnt | sed 's/ \+/ /g' | cut -d ' ' -f4 | head -n1`
-	FREE=`expr $SPACE - 100`
-	echo new freespace size $FREE kb
-else
-	echo "syncing disk"
-	sync
-fi
-echo "Deinstalliere Pearl LCD Skin...."
 exit 0
Index: /ipk/source.sh4/lcdpearlskins_only_picon/CONTROL/postinst
===================================================================
--- /ipk/source.sh4/lcdpearlskins_only_picon/CONTROL/postinst	(revision 23435)
+++ /ipk/source.sh4/lcdpearlskins_only_picon/CONTROL/postinst	(revision 23436)
@@ -1,14 +1,3 @@
 #!/bin/sh
-TMP=/tmp/.TOOLS
-echo "Erfolgreich installiert...."
 
-if [ `df | grep /dev/mtdblock | grep mnt | sed 's/ \+/ /g' | cut -d ' ' -f4 | head -n1 | wc -l` -eq 1 ] && [ $link = "/mnt/swapextensions" ]; then
-	SPACE=`df | grep /dev/mtdblock | grep mnt | sed 's/ \+/ /g' | cut -d ' ' -f4 | head -n1`
-	FREE=`expr $SPACE - 100`
-	echo new freespace size $FREE kb
-else
-	echo "syncing disk"
-	sync
-fi
-echo "Nach Restart wird der Skin für Pearl LCD genutzt...."
 exit 0
Index: /ipk/source.sh4/lcdpearlskins_only_picon/CONTROL/postrm
===================================================================
--- /ipk/source.sh4/lcdpearlskins_only_picon/CONTROL/postrm	(revision 23435)
+++ /ipk/source.sh4/lcdpearlskins_only_picon/CONTROL/postrm	(revision 23436)
@@ -1,16 +1,6 @@
 #!/bin/sh
-TMP=/tmp/.TOOLS
+INSTDIR="$1"
 
-mv /var/swap/titanplugins/lcdpearl1/originalskin.xml /var/swap/titanplugins/lcdpearl1/skin.xml
-echo "Originalskin wird wieder hergestellt....."
+mv "$INSTDIR/usr/local/share/titan/plugins/lcdpearl1/originalskin.xml" "$INSTDIR/usr/local/share/titan/plugins/lcdpearl1/skin.xml"
 
-
-echo "Erfolgreich deinstalliert"
-if [ `df | grep /dev/mtdblock | grep mnt | sed 's/ \+/ /g' | cut -d ' ' -f4 | head -n1 | wc -l` -eq 1 ] && [ $link = "/mnt/swapextensions" ]; then
-	SPACE=`df | grep /dev/mtdblock | grep mnt | sed 's/ \+/ /g' | cut -d ' ' -f4 | head -n1`
-	FREE=`expr $SPACE - 100`
-	echo new freespace size $FREE kb
-else
-	sync
-fi
 exit 0
Index: /ipk/source.sh4/lcdpearlskins_only_picon/CONTROL/preinst
===================================================================
--- /ipk/source.sh4/lcdpearlskins_only_picon/CONTROL/preinst	(revision 23435)
+++ /ipk/source.sh4/lcdpearlskins_only_picon/CONTROL/preinst	(revision 23436)
@@ -1,60 +1,6 @@
 #!/bin/sh
-#
-TMP=/tmp/.TOOLS
+INSTDIR="$1"
 
-model=`cat /etc/model`
-echo""
-echo "Checking your Boxtype...."
-echo "Some Plugins will not work correctly on your $model!"
-echo ""
-if [ "$model" = "" ]; then
-	echo "Sorry! This Plugin is not available for your $model because it will not work correctly!!!"
-	echo "Aborting installation..."
-	exit 1
-else
-	echo "Boxtype: $model OK"
-fi
-
-echo "checking lcdpearl installation"
-if [ ! -d /var/swap/titanplugins/lcdpearl1 ]; then
-  echo "--------------------------"
-	echo "Keine lcdpearl Installation gefunden! Bitte erst das lcdpearl Plugin installieren!"
-	echo "--------------------------"
-	exit 1
-fi
-echo "lcdpearl Installation ok...."
-
-if [ `df | grep /dev/mtdblock | grep mnt | sed 's/ \+/ /g' | cut -d ' ' -f4 | head -n1 | wc -l` -eq 1 ] && [ $link = "/mnt/swapextensions" ]; then
-	SPACE=`df | grep /dev/mtdblock | grep mnt | sed 's/ \+/ /g' | cut -d ' ' -f4 | head -n1`
-	FREE=`expr $SPACE - 100`
-	SIZE=7168
-	echo "checking freespace"
-	echo packege size $SIZE kb
-	echo freespace size $FREE kb
-	if  [ "$FREE" -lt "$SIZE" ]; then
-		echo "sorry no freespace left on device"
-		exit 1
-	else
-		echo ok		
-	fi
-else
-	echo "syncing disk"
-	sync
-fi
-buildgroup=`cat /etc/.buildgroup`
-echo "checking OS"	 
-if  [ `cat /etc/motd | grep $buildgroup | grep M | grep rev | wc -l` -eq 0 ]; then 	 	 
-	echo --------------------------- 	 	 
-	echo DONT USE this IPK Package!! 	 	 
-	echo --- 	 	 
-	echo Only for $buildgroup Image!! 	 	 
-	echo --------------------------- 	 	 
-	exit 1 	 	 
-fi
-
-mv /var/swap/titanplugins/lcdpearl1/skin.xml /var/swap/titanplugins/lcdpearl1/originalskin.xml
-echo "Sichere Originalskin....."
-
-echo "Installiere Pearl LCD Skin..."
+mv "$INSTDIR/usr/local/share/titan/plugins/lcdpearl1/skin.xml" "$INSTDIR/usr/local/share/titan/plugins/lcdpearl1/originalskin.xml"
 
 exit 0
Index: /ipk/source.sh4/lcdpearlskins_only_picon/CONTROL/prerm
===================================================================
--- /ipk/source.sh4/lcdpearlskins_only_picon/CONTROL/prerm	(revision 23435)
+++ /ipk/source.sh4/lcdpearlskins_only_picon/CONTROL/prerm	(revision 23436)
@@ -1,13 +1,3 @@
 #!/bin/sh
-TMP=/tmp/.TOOLS
 
-if [ `df | grep /dev/mtdblock | grep mnt | sed 's/ \+/ /g' | cut -d ' ' -f4 | head -n1 | wc -l` -eq 1 ] && [ $link = "/mnt/swapextensions" ]; then
-	SPACE=`df | grep /dev/mtdblock | grep mnt | sed 's/ \+/ /g' | cut -d ' ' -f4 | head -n1`
-	FREE=`expr $SPACE - 100`
-	echo new freespace size $FREE kb
-else
-	echo "syncing disk"
-	sync
-fi
-echo "Deinstalliere Pearl LCD Skin...."
 exit 0
Index: /ipk/source.sh4/lcdpearlskins_picon_gross_schwarz/CONTROL/postinst
===================================================================
--- /ipk/source.sh4/lcdpearlskins_picon_gross_schwarz/CONTROL/postinst	(revision 23435)
+++ /ipk/source.sh4/lcdpearlskins_picon_gross_schwarz/CONTROL/postinst	(revision 23436)
@@ -1,14 +1,3 @@
 #!/bin/sh
-TMP=/tmp/.TOOLS
-echo "Erfolgreich installiert...."
 
-if [ `df | grep /dev/mtdblock | grep mnt | sed 's/ \+/ /g' | cut -d ' ' -f4 | head -n1 | wc -l` -eq 1 ] && [ $link = "/mnt/swapextensions" ]; then
-	SPACE=`df | grep /dev/mtdblock | grep mnt | sed 's/ \+/ /g' | cut -d ' ' -f4 | head -n1`
-	FREE=`expr $SPACE - 100`
-	echo new freespace size $FREE kb
-else
-	echo "syncing disk"
-	sync
-fi
-echo "Nach Restart wird der Skin für Pearl LCD genutzt...."
 exit 0
Index: /ipk/source.sh4/lcdpearlskins_picon_gross_schwarz/CONTROL/postrm
===================================================================
--- /ipk/source.sh4/lcdpearlskins_picon_gross_schwarz/CONTROL/postrm	(revision 23435)
+++ /ipk/source.sh4/lcdpearlskins_picon_gross_schwarz/CONTROL/postrm	(revision 23436)
@@ -1,16 +1,6 @@
 #!/bin/sh
-TMP=/tmp/.TOOLS
+INSTDIR="$1"
 
-mv /var/swap/titanplugins/lcdpearl1/originalskin.xml /var/swap/titanplugins/lcdpearl1/skin.xml
-echo "Originalskin wird wieder hergestellt....."
+mv "$INSTDIR/usr/local/share/titan/plugins/lcdpearl1/originalskin.xml" "$INSTDIR/usr/local/share/titan/plugins/lcdpearl1/skin.xml"
 
-
-echo "Erfolgreich deinstalliert"
-if [ `df | grep /dev/mtdblock | grep mnt | sed 's/ \+/ /g' | cut -d ' ' -f4 | head -n1 | wc -l` -eq 1 ] && [ $link = "/mnt/swapextensions" ]; then
-	SPACE=`df | grep /dev/mtdblock | grep mnt | sed 's/ \+/ /g' | cut -d ' ' -f4 | head -n1`
-	FREE=`expr $SPACE - 100`
-	echo new freespace size $FREE kb
-else
-	sync
-fi
 exit 0
Index: /ipk/source.sh4/lcdpearlskins_picon_gross_schwarz/CONTROL/preinst
===================================================================
--- /ipk/source.sh4/lcdpearlskins_picon_gross_schwarz/CONTROL/preinst	(revision 23435)
+++ /ipk/source.sh4/lcdpearlskins_picon_gross_schwarz/CONTROL/preinst	(revision 23436)
@@ -1,60 +1,6 @@
 #!/bin/sh
-#
-TMP=/tmp/.TOOLS
+INSTDIR="$1"
 
-model=`cat /etc/model`
-echo""
-echo "Checking your Boxtype...."
-echo "Some Plugins will not work correctly on your $model!"
-echo ""
-if [ "$model" = "" ]; then
-	echo "Sorry! This Plugin is not available for your $model because it will not work correctly!!!"
-	echo "Aborting installation..."
-	exit 1
-else
-	echo "Boxtype: $model OK"
-fi
-
-echo "checking lcdpearl installation"
-if [ ! -d /var/swap/titanplugins/lcdpearl1 ]; then
-  echo "--------------------------"
-	echo "Keine lcdpearl Installation gefunden! Bitte erst das lcdpearl Plugin installieren!"
-	echo "--------------------------"
-	exit 1
-fi
-echo "lcdpearl Installation ok...."
-
-if [ `df | grep /dev/mtdblock | grep mnt | sed 's/ \+/ /g' | cut -d ' ' -f4 | head -n1 | wc -l` -eq 1 ] && [ $link = "/mnt/swapextensions" ]; then
-	SPACE=`df | grep /dev/mtdblock | grep mnt | sed 's/ \+/ /g' | cut -d ' ' -f4 | head -n1`
-	FREE=`expr $SPACE - 100`
-	SIZE=2960
-	echo "checking freespace"
-	echo packege size $SIZE kb
-	echo freespace size $FREE kb
-	if  [ "$FREE" -lt "$SIZE" ]; then
-		echo "sorry no freespace left on device"
-		exit 1
-	else
-		echo ok		
-	fi
-else
-	echo "syncing disk"
-	sync
-fi
-buildgroup=`cat /etc/.buildgroup`
-echo "checking OS"	 
-if  [ `cat /etc/motd | grep $buildgroup | grep M | grep rev | wc -l` -eq 0 ]; then 	 	 
-	echo --------------------------- 	 	 
-	echo DONT USE this IPK Package!! 	 	 
-	echo --- 	 	 
-	echo Only for $buildgroup Image!! 	 	 
-	echo --------------------------- 	 	 
-	exit 1 	 	 
-fi
-
-mv /var/swap/titanplugins/lcdpearl1/skin.xml /var/swap/titanplugins/lcdpearl1/originalskin.xml
-echo "Sichere Originalskin....."
-
-echo "Installiere Pearl LCD Skin..."
+mv "$INSTDIR/usr/local/share/titan/plugins/lcdpearl1/skin.xml" "$INSTDIR/usr/local/share/titan/plugins/lcdpearl1/originalskin.xml"
 
 exit 0
Index: /ipk/source.sh4/lcdpearlskins_picon_gross_schwarz/CONTROL/prerm
===================================================================
--- /ipk/source.sh4/lcdpearlskins_picon_gross_schwarz/CONTROL/prerm	(revision 23435)
+++ /ipk/source.sh4/lcdpearlskins_picon_gross_schwarz/CONTROL/prerm	(revision 23436)
@@ -1,13 +1,3 @@
 #!/bin/sh
-TMP=/tmp/.TOOLS
 
-if [ `df | grep /dev/mtdblock | grep mnt | sed 's/ \+/ /g' | cut -d ' ' -f4 | head -n1 | wc -l` -eq 1 ] && [ $link = "/mnt/swapextensions" ]; then
-	SPACE=`df | grep /dev/mtdblock | grep mnt | sed 's/ \+/ /g' | cut -d ' ' -f4 | head -n1`
-	FREE=`expr $SPACE - 100`
-	echo new freespace size $FREE kb
-else
-	echo "syncing disk"
-	sync
-fi
-echo "Deinstalliere Pearl LCD Skin...."
 exit 0
Index: /ipk/source.sh4/lcdpearlskins_schwarz_ohne_picons/CONTROL/postinst
===================================================================
--- /ipk/source.sh4/lcdpearlskins_schwarz_ohne_picons/CONTROL/postinst	(revision 23435)
+++ /ipk/source.sh4/lcdpearlskins_schwarz_ohne_picons/CONTROL/postinst	(revision 23436)
@@ -1,14 +1,3 @@
 #!/bin/sh
-TMP=/tmp/.TOOLS
-echo "successfully installed"
 
-if [ `df | grep /dev/mtdblock | grep mnt | sed 's/ \+/ /g' | cut -d ' ' -f4 | head -n1 | wc -l` -eq 1 ] && [ $link = "/mnt/swapextensions" ]; then
-	SPACE=`df | grep /dev/mtdblock | grep mnt | sed 's/ \+/ /g' | cut -d ' ' -f4 | head -n1`
-	FREE=`expr $SPACE - 100`
-	echo new freespace size $FREE kb
-else
-	echo "syncing disk"
-	sync
-fi
-echo "now you can choose the new Skin for Pearl LCD...."
 exit 0
Index: /ipk/source.sh4/lcdpearlskins_schwarz_ohne_picons/CONTROL/postrm
===================================================================
--- /ipk/source.sh4/lcdpearlskins_schwarz_ohne_picons/CONTROL/postrm	(revision 23435)
+++ /ipk/source.sh4/lcdpearlskins_schwarz_ohne_picons/CONTROL/postrm	(revision 23436)
@@ -1,16 +1,3 @@
 #!/bin/sh
-TMP=/tmp/.TOOLS
 
-mv /var/swap/titanplugins/lcdpearl1/originalskin.xml /var/swap/titanplugins/lcdpearl1/skin.xml
-echo "Sichere Originalskin....."
-
-echo "successfully removed"
-if [ `df | grep /dev/mtdblock | grep mnt | sed 's/ \+/ /g' | cut -d ' ' -f4 | head -n1 | wc -l` -eq 1 ] && [ $link = "/mnt/swapextensions" ]; then
-	SPACE=`df | grep /dev/mtdblock | grep mnt | sed 's/ \+/ /g' | cut -d ' ' -f4 | head -n1`
-	FREE=`expr $SPACE - 100`
-	echo new freespace size $FREE kb
-else
-	echo "syncing disk"
-	sync
-fi
 exit 0
Index: /ipk/source.sh4/lcdpearlskins_schwarz_ohne_picons/CONTROL/preinst
===================================================================
--- /ipk/source.sh4/lcdpearlskins_schwarz_ohne_picons/CONTROL/preinst	(revision 23435)
+++ /ipk/source.sh4/lcdpearlskins_schwarz_ohne_picons/CONTROL/preinst	(revision 23436)
@@ -1,60 +1,6 @@
 #!/bin/sh
-#
-TMP=/tmp/.TOOLS
+INSTDIR="$1"
 
-model=`cat /etc/model`
-echo""
-echo "Checking your Boxtype...."
-echo "Some Plugins will not work correctly on your $model!"
-echo ""
-if [ "$model" = "" ]; then
-	echo "Sorry! This Plugin is not available for your $model because it will not work correctly!!!"
-	echo "Aborting installation..."
-	exit 1
-else
-	echo "Boxtype: $model OK"
-fi
-
-echo "checking lcdpearl installation"
-if [ ! -d /var/swap/titanplugins/lcdpearl1 ]; then
-  echo "--------------------------"
-	echo "Keine lcdpearl Installation gefunden! Bitte erst das lcdpearl Plugin installieren!"
-	echo "--------------------------"
-	exit 1
-fi
-echo "lcdpearl Installation ok...."
-
-if [ `df | grep /dev/mtdblock | grep mnt | sed 's/ \+/ /g' | cut -d ' ' -f4 | head -n1 | wc -l` -eq 1 ] && [ $link = "/mnt/swapextensions" ]; then
-	SPACE=`df | grep /dev/mtdblock | grep mnt | sed 's/ \+/ /g' | cut -d ' ' -f4 | head -n1`
-	FREE=`expr $SPACE - 100`
-	SIZE=32
-	echo "checking freespace"
-	echo packege size $SIZE kb
-	echo freespace size $FREE kb
-	if  [ "$FREE" -lt "$SIZE" ]; then
-		echo "sorry no freespace left on device"
-		exit 1
-	else
-		echo ok		
-	fi
-else
-	echo "syncing disk"
-	sync
-fi
-buildgroup=`cat /etc/.buildgroup`
-echo "checking OS"	 
-if  [ `cat /etc/motd | grep $buildgroup | grep M | grep rev | wc -l` -eq 0 ]; then 	 	 
-	echo --------------------------- 	 	 
-	echo DONT USE this IPK Package!! 	 	 
-	echo --- 	 	 
-	echo Only for $buildgroup Image!! 	 	 
-	echo --------------------------- 	 	 
-	exit 1 	 	 
-fi
-
-mv /var/swap/titanplugins/lcdpearl1/skin.xml /var/swap/titanplugins/lcdpearl1/originalskin.xml
-echo "Sichere Originalskin....."
-
-echo "Installiere Pearl LCD Skin..."
+mv "$INSTDIR/usr/local/share/titan/plugins/lcdpearl1/skin.xml" "$INSTDIR/usr/local/share/titan/plugins/lcdpearl1/originalskin.xml"
 
 exit 0
Index: /ipk/source.sh4/lcdpearlskins_schwarz_ohne_picons/CONTROL/prerm
===================================================================
--- /ipk/source.sh4/lcdpearlskins_schwarz_ohne_picons/CONTROL/prerm	(revision 23435)
+++ /ipk/source.sh4/lcdpearlskins_schwarz_ohne_picons/CONTROL/prerm	(revision 23436)
@@ -1,13 +1,3 @@
 #!/bin/sh
-TMP=/tmp/.TOOLS
 
-if [ `df | grep /dev/mtdblock | grep mnt | sed 's/ \+/ /g' | cut -d ' ' -f4 | head -n1 | wc -l` -eq 1 ] && [ $link = "/mnt/swapextensions" ]; then
-	SPACE=`df | grep /dev/mtdblock | grep mnt | sed 's/ \+/ /g' | cut -d ' ' -f4 | head -n1`
-	FREE=`expr $SPACE - 100`
-	echo new freespace size $FREE kb
-else
-	echo "syncing disk"
-	sync
-fi
-echo "remove Pearl LCD Skin...."
 exit 0
