Index: ipk/source/skins_0Acht5Zehn/CONTROL/postinst
===================================================================
--- ipk/source/skins_0Acht5Zehn/CONTROL/postinst	(revision 23639)
+++ ipk/source/skins_0Acht5Zehn/CONTROL/postinst	(revision 23640)
@@ -1,33 +1,3 @@
 #!/bin/sh
 
-releaseversion=22775
-plugin_short="0Acht5Zehn"
-plugin_type="skin"
-plugin_target="/var/usr/local/share/titan/skin"
-
-plugin_dir="$plugin_target/$plugin_short"
-plugin="$plugin_short $plugin_type"
-
-imageversion=`cat /etc/version | cut -d "_" -f2 | sed 's/M//'`;
-
-
-### MAIN ###
-
-sync
-SPACE=`getfreespace $plugin_target`
-FREE=`expr $SPACE - 100`
-echo
-echo "New free space: ${FREE}kB"
-
-
-if [ "$imageversion" -gt "$releaseversion" ]; then
-	echo "Successfully installed $plugin (non-release version)."
-	# ==> rm skin_release.xml
-	rm $plugin_dir/skin_release.xml
-else
-	echo "Successfully installed $plugin (release version)."
-	# ==> mv skin_release.xml skin.xml"
-	mv $plugin_dir/skin_release.xml $plugin_dir/skin.xml
-fi
-
 exit 0
Index: ipk/source/skins_0Acht5Zehn/CONTROL/postrm
===================================================================
--- ipk/source/skins_0Acht5Zehn/CONTROL/postrm	(revision 23639)
+++ ipk/source/skins_0Acht5Zehn/CONTROL/postrm	(revision 23640)
@@ -1,22 +1,3 @@
 #!/bin/sh
 
-plugin_short="0Acht5Zehn"
-plugin_type="skin"
-plugin_target="/var/usr/local/share/titan/skin"
-
-plugin_dir="$plugin_target/$plugin_short"
-plugin="$plugin_short $plugin_type"
-
-
-### MAIN ###
-
-rm -rf $plugin_dir
-
-sync
-SPACE=`getfreespace $plugin_target`
-FREE=`expr $SPACE - 100`
-echo "New free space: ${FREE}kB"
-echo
-echo "Successfully removed $plugin."
-
 exit 0
Index: ipk/source/skins_0Acht5Zehn/CONTROL/preinst
===================================================================
--- ipk/source/skins_0Acht5Zehn/CONTROL/preinst	(revision 23639)
+++ ipk/source/skins_0Acht5Zehn/CONTROL/preinst	(revision 23640)
@@ -1,76 +1,3 @@
 #!/bin/sh
 
-plugin_size=1900
-plugin_short="0Acht5Zehn"
-plugin_type="skin"
-plugin_target="/var/usr/local/share/titan/skin"
-
-plugin_dir="$plugin_target/$plugin_short"
-plugin="$plugin_short $plugin_type"
-
-
-### MAIN ###
-
-# Is this check for anything useful???
-#model=`cat /etc/model`
-#echo -n "Checking box type..."
-#if [ "$model" = "" ]; then
-#	echo "......[FAILED]"
-#	echo
-#	echo "Sorry, $plugin is not available for the $model!"
-#	echo "Aborting installation..."
-#	exit 1
-#else
-#	echo "......[OK]"
-#fi
-
-
-echo -n "Checking installation directory..."
-if [ ! -d $plugin_target ]; then
-	echo "......[FAILED]"
-	echo
-	echo "'$plugin_target' not found!"
-	echo "Aborting installation..."
-	exit 1
-else
-#	echo "......[OK]"
-	echo
-fi
-
-
-sync
-SPACE=`getfreespace $plugin_target`
-FREE=`expr $SPACE - 100`
-echo -n "Checking free space (${plugin_size}/${FREE}kB)..."
-if [ "$FREE" -lt "$plugin_size" ]; then
-	echo "......[FAILED]"
-	echo
-	echo "Not enough free space in $plugin_target!"
-	echo "Aborting installation..."
-	exit 1
-else
-#	echo "......[OK]"
-	echo
-fi
-
-
-# Is this check for anything useful???
-#buildgroup=`cat /etc/.buildgroup`
-#echo -n "Checking image type..."
-#if [ `cat /etc/version | grep $buildgroup | wc -l` -eq 0 ]; then
-#	echo "......[FAILED]"
-#	echo
-#	echo "Sorry, $plugin is not available for this image type!"
-#	echo "Aborting installation..."
-#	exit 1
-#else
-#	echo "......[OK]"
-#fi
-
-
-rm -rf $plugin_dir
-
-#echo -n "Installing $plugin..."
-#echo "......[OK]"
-
 exit 0
Index: ipk/source/skins_0Acht5Zehn/CONTROL/prerm
===================================================================
--- ipk/source/skins_0Acht5Zehn/CONTROL/prerm	(revision 23639)
+++ ipk/source/skins_0Acht5Zehn/CONTROL/prerm	(revision 23640)
@@ -1,18 +1,3 @@
 #!/bin/sh
 
-plugin_short="0Acht5Zehn"
-plugin_type="skin"
-plugin_target="/var/usr/local/share/titan/skin"
-
-plugin_dir="$plugin_target/$plugin_short"
-plugin="$plugin_short $plugin_type"
-
-
-### MAIN ###
-
-sync
-SPACE=`getfreespace $plugin_target`
-FREE=`expr $SPACE - 100`
-echo "Old free space: ${FREE}kB"
-
 exit 0
Index: ipk/source/skins_0Acht5Zehnblack/CONTROL/postinst
===================================================================
--- ipk/source/skins_0Acht5Zehnblack/CONTROL/postinst	(revision 23639)
+++ ipk/source/skins_0Acht5Zehnblack/CONTROL/postinst	(revision 23640)
@@ -1,13 +1,3 @@
 #!/bin/sh
-TMP=/tmp/.titanskin
-echo "successfully installed"
-if [ `df | grep /dev/mtdblock | grep var | sed 's/ \+/ /g' | cut -d ' ' -f4 | head -n1 | wc -l` -eq 1 ]; then
-	SPACE=`df | grep /dev/mtdblock | grep var | 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/skins_0Acht5Zehnblack/CONTROL/postrm
===================================================================
--- ipk/source/skins_0Acht5Zehnblack/CONTROL/postrm	(revision 23639)
+++ ipk/source/skins_0Acht5Zehnblack/CONTROL/postrm	(revision 23640)
@@ -1,16 +1,3 @@
 #!/bin/sh
-TMP=/tmp/.skin
 
-PLUGINDIR=/var/usr/local/share/titan/skin/0Acht5Zehn_black
-rm -r /var/usr/local/share/titan/skin/0Acht5Zehn_black
-
-echo "successfully removed"
-if [ `df | grep /dev/mtdblock | grep var | sed 's/ \+/ /g' | cut -d ' ' -f4 | head -n1 | wc -l` -eq 1 ]; then
-	SPACE=`df | grep /dev/mtdblock | grep var | 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/skins_0Acht5Zehnblack/CONTROL/preinst
===================================================================
--- ipk/source/skins_0Acht5Zehnblack/CONTROL/preinst	(revision 23639)
+++ ipk/source/skins_0Acht5Zehnblack/CONTROL/preinst	(revision 23640)
@@ -1,49 +1,3 @@
 #!/bin/sh
-#
-TMP=/tmp/.titanskin
-
-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
-
-if [ `df | grep /dev/mtdblock | grep var | sed 's/ \+/ /g' | cut -d ' ' -f4 | head -n1 | wc -l` -eq 1 ]; then
-	SPACE=`df | grep /dev/mtdblock | grep var | sed 's/ \+/ /g' | cut -d ' ' -f4 | head -n1`
-	FREE=`expr $SPACE - 100`
-	SIZE=1900
-	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
-
-echo "installing 0Acht5Zehn black Skin ..."
 
 exit 0
Index: ipk/source/skins_0Acht5Zehnblack/CONTROL/prerm
===================================================================
--- ipk/source/skins_0Acht5Zehnblack/CONTROL/prerm	(revision 23639)
+++ ipk/source/skins_0Acht5Zehnblack/CONTROL/prerm	(revision 23640)
@@ -1,12 +1,3 @@
 #!/bin/sh
-TMP=/tmp/.titanskin
-if [ `df | grep /dev/mtdblock | grep var | sed 's/ \+/ /g' | cut -d ' ' -f4 | head -n1 | wc -l` -eq 1 ]; then
-	SPACE=`df | grep /dev/mtdblock | grep var | 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 "removing 0Acht5Zehn black Skin"
+
 exit 0
Index: ipk/source/skins_0Acht5Zehnwhite/CONTROL/postinst
===================================================================
--- ipk/source/skins_0Acht5Zehnwhite/CONTROL/postinst	(revision 23639)
+++ ipk/source/skins_0Acht5Zehnwhite/CONTROL/postinst	(revision 23640)
@@ -1,13 +1,3 @@
 #!/bin/sh
-TMP=/tmp/.titanskin
-echo "successfully installed"
-if [ `df | grep /dev/mtdblock | grep var | sed 's/ \+/ /g' | cut -d ' ' -f4 | head -n1 | wc -l` -eq 1 ]; then
-	SPACE=`df | grep /dev/mtdblock | grep var | 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/skins_0Acht5Zehnwhite/CONTROL/postrm
===================================================================
--- ipk/source/skins_0Acht5Zehnwhite/CONTROL/postrm	(revision 23639)
+++ ipk/source/skins_0Acht5Zehnwhite/CONTROL/postrm	(revision 23640)
@@ -1,16 +1,3 @@
 #!/bin/sh
-TMP=/tmp/.skin
 
-PLUGINDIR=/var/usr/local/share/titan/skin/0Acht5Zehn_white
-rm -r /var/usr/local/share/titan/skin/0Acht5Zehn_white
-
-echo "successfully removed"
-if [ `df | grep /dev/mtdblock | grep var | sed 's/ \+/ /g' | cut -d ' ' -f4 | head -n1 | wc -l` -eq 1 ]; then
-	SPACE=`df | grep /dev/mtdblock | grep var | 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/skins_0Acht5Zehnwhite/CONTROL/preinst
===================================================================
--- ipk/source/skins_0Acht5Zehnwhite/CONTROL/preinst	(revision 23639)
+++ ipk/source/skins_0Acht5Zehnwhite/CONTROL/preinst	(revision 23640)
@@ -1,49 +1,3 @@
 #!/bin/sh
-#
-TMP=/tmp/.titanskin
-
-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
-
-if [ `df | grep /dev/mtdblock | grep var | sed 's/ \+/ /g' | cut -d ' ' -f4 | head -n1 | wc -l` -eq 1 ]; then
-	SPACE=`df | grep /dev/mtdblock | grep var | sed 's/ \+/ /g' | cut -d ' ' -f4 | head -n1`
-	FREE=`expr $SPACE - 100`
-	SIZE=1900
-	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
-
-echo "installing 0Acht5Zehn white Skin ..."
 
 exit 0
Index: ipk/source/skins_0Acht5Zehnwhite/CONTROL/prerm
===================================================================
--- ipk/source/skins_0Acht5Zehnwhite/CONTROL/prerm	(revision 23639)
+++ ipk/source/skins_0Acht5Zehnwhite/CONTROL/prerm	(revision 23640)
@@ -1,12 +1,3 @@
 #!/bin/sh
-TMP=/tmp/.titanskin
-if [ `df | grep /dev/mtdblock | grep var | sed 's/ \+/ /g' | cut -d ' ' -f4 | head -n1 | wc -l` -eq 1 ]; then
-	SPACE=`df | grep /dev/mtdblock | grep var | 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 "removing 0Acht5Zehn white Skin"
+
 exit 0
Index: ipk/source/skins_MetrixHD/CONTROL/postinst
===================================================================
--- ipk/source/skins_MetrixHD/CONTROL/postinst	(revision 23639)
+++ ipk/source/skins_MetrixHD/CONTROL/postinst	(revision 23640)
@@ -1,17 +1,3 @@
 #!/bin/sh
-TMP=/tmp/.titanskin
-
-
-echo "successfully installed"
-link=`readlink /var/swap`
-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...."
 
 exit 0
Index: ipk/source/skins_MetrixHD/CONTROL/postrm
===================================================================
--- ipk/source/skins_MetrixHD/CONTROL/postrm	(revision 23639)
+++ ipk/source/skins_MetrixHD/CONTROL/postrm	(revision 23640)
@@ -1,17 +1,3 @@
 #!/bin/sh
-TMP=/tmp/.titanskin
 
-
-rm -rf /var/swap/titanskins/MetrixHD
-
-echo "successfully removed"
-link=`readlink /var/swap`
-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/skins_MetrixHD/CONTROL/preinst
===================================================================
--- ipk/source/skins_MetrixHD/CONTROL/preinst	(revision 23639)
+++ ipk/source/skins_MetrixHD/CONTROL/preinst	(revision 23640)
@@ -1,63 +1,3 @@
 #!/bin/sh
-TMP=/tmp/.titanskin
-
-
-echo "syncing disk"
-sync
-
-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 swapstick"
-if [ ! -d /var/swap/titanskins/ ]; then
-  echo "--------------------------"
-	echo "no swapstick found...."
-	echo "--------------------------"
-	exit 1
-fi
-echo "swapstick found...."
-link=`readlink /var/swap`
-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=2000
-	echo "checking freespace"
-	echo package 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
-
-rm -rf /var/swap/titanskins/MetrixHD
-
-echo "installing MetrixHD skin to swapstick..."
 
 exit 0
Index: ipk/source/skins_MetrixHD/CONTROL/prerm
===================================================================
--- ipk/source/skins_MetrixHD/CONTROL/prerm	(revision 23639)
+++ ipk/source/skins_MetrixHD/CONTROL/prerm	(revision 23640)
@@ -1,15 +1,3 @@
 #!/bin/sh
-TMP=/tmp/.titanskin
 
-
-link=`readlink /var/swap`
-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 "removing MetrixHD skin from swapstick"
 exit 0
Index: ipk/source/skins_cool/CONTROL/postinst
===================================================================
--- ipk/source/skins_cool/CONTROL/postinst	(revision 23639)
+++ ipk/source/skins_cool/CONTROL/postinst	(revision 23640)
@@ -1,14 +1,3 @@
 #!/bin/sh
-TMP=/tmp/.skin
-echo "successfully installed"
-link=`readlink /var/swap`
-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...."
+
 exit 0
Index: ipk/source/skins_cool/CONTROL/postrm
===================================================================
--- ipk/source/skins_cool/CONTROL/postrm	(revision 23639)
+++ ipk/source/skins_cool/CONTROL/postrm	(revision 23640)
@@ -1,16 +1,3 @@
 #!/bin/sh
-TMP=/tmp/.skin
 
-rm -rf /var/swap/titanskins/cool
-
-echo "successfully removed"
-link=`readlink /var/swap`
-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/skins_cool/CONTROL/preinst
===================================================================
--- ipk/source/skins_cool/CONTROL/preinst	(revision 23639)
+++ ipk/source/skins_cool/CONTROL/preinst	(revision 23640)
@@ -1,57 +1,3 @@
 #!/bin/sh
-#
-TMP=/tmp/.skin
-
-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 swapstick"
-if [ ! -d /var/swap/bin ]; then
-  echo "--------------------------"
-	echo "no swapstick found...."
-	echo "--------------------------"
-	exit 1
-fi
-echo "swapstick found...."
-link=`readlink /var/swap`
-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=1000
-	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
-rm -rf /var/swap/titanskins/cool
-echo "installing cool skin to swapstick..."
 
 exit 0
Index: ipk/source/skins_cool/CONTROL/prerm
===================================================================
--- ipk/source/skins_cool/CONTROL/prerm	(revision 23639)
+++ ipk/source/skins_cool/CONTROL/prerm	(revision 23640)
@@ -1,13 +1,3 @@
 #!/bin/sh
-TMP=/tmp/.skin
-link=`readlink /var/swap`
-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 "removing cool Skin from swapstick"
+
 exit 0
Index: ipk/source/skins_coolMiniTV/CONTROL/postinst
===================================================================
--- ipk/source/skins_coolMiniTV/CONTROL/postinst	(revision 23639)
+++ ipk/source/skins_coolMiniTV/CONTROL/postinst	(revision 23640)
@@ -1,14 +1,3 @@
 #!/bin/sh
-TMP=/tmp/.skin
-echo "successfully installed"
-link=`readlink /var/swap`
-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...."
+
 exit 0
Index: ipk/source/skins_coolMiniTV/CONTROL/postrm
===================================================================
--- ipk/source/skins_coolMiniTV/CONTROL/postrm	(revision 23639)
+++ ipk/source/skins_coolMiniTV/CONTROL/postrm	(revision 23640)
@@ -1,16 +1,3 @@
 #!/bin/sh
-TMP=/tmp/.skin
 
-rm -rf /var/swap/titanskins/coolMiniTV
-
-echo "successfully removed"
-link=`readlink /var/swap`
-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/skins_coolMiniTV/CONTROL/preinst
===================================================================
--- ipk/source/skins_coolMiniTV/CONTROL/preinst	(revision 23639)
+++ ipk/source/skins_coolMiniTV/CONTROL/preinst	(revision 23640)
@@ -1,57 +1,3 @@
 #!/bin/sh
-#
-TMP=/tmp/.skin
-
-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 swapstick"
-if [ ! -d /var/swap/bin ]; then
-  echo "--------------------------"
-	echo "no swapstick found...."
-	echo "--------------------------"
-	exit 1
-fi
-echo "swapstick found...."
-link=`readlink /var/swap`
-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=1000
-	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
-rm -rf /var/swap/titanskins/coolMiniTV
-echo "installing coolMiniTV skin to swapstick..."
 
 exit 0
Index: ipk/source/skins_coolMiniTV/CONTROL/prerm
===================================================================
--- ipk/source/skins_coolMiniTV/CONTROL/prerm	(revision 23639)
+++ ipk/source/skins_coolMiniTV/CONTROL/prerm	(revision 23640)
@@ -1,13 +1,3 @@
 #!/bin/sh
-TMP=/tmp/.skin
-link=`readlink /var/swap`
-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 "removing coolMiniTV Skin from swapstick"
+
 exit 0
Index: ipk/source/skins_default/CONTROL/postinst
===================================================================
--- ipk/source/skins_default/CONTROL/postinst	(revision 23639)
+++ ipk/source/skins_default/CONTROL/postinst	(revision 23640)
@@ -1,16 +1,3 @@
 #!/bin/sh
-TMP=/tmp/.titanskin
-echo "successfully installed"
-echo "syncing disk"
-sync
-
-if [ `df | grep /dev/mtdblock | grep var | sed 's/ \+/ /g' | cut -d ' ' -f4 | head -n1 | wc -l` -eq 1 ]; then
-	SPACE=`df | grep /dev/mtdblock | grep var | 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/skins_default/CONTROL/postrm
===================================================================
--- ipk/source/skins_default/CONTROL/postrm	(revision 23639)
+++ ipk/source/skins_default/CONTROL/postrm	(revision 23640)
@@ -1,22 +1,13 @@
 #!/bin/sh
-TMP=/tmp/.skin
+INSTDIR="$1"
 
-PLUGINDIR=/var/usr/local/share/titan/skin/default
-rm -rf /var/usr/local/share/titan/skin/default
+if [ "$INSTDIR" == "/var" ]; then
+	rm -rf "$INSTDIR/usr/local/share/titan/skin/default"
 
-echo "successfully removed"
-if [ `df | grep /dev/mtdblock | grep var | sed 's/ \+/ /g' | cut -d ' ' -f4 | head -n1 | wc -l` -eq 1 ]; then
-	SPACE=`df | grep /dev/mtdblock | grep var | sed 's/ \+/ /g' | cut -d ' ' -f4 | head -n1`
-	FREE=`expr $SPACE - 100`
-	echo new freespace size $FREE kb
-else
-	echo "syncing disk"
-	sync
+	echo "restore default skin"
+	ln -s /lib/titan/default "$INSTDIR/usr/local/share/titan/skin/default"
+	rm -rf "$INSTDIR/etc/titan/skinconfig"
+	cp -a /lib/titan/default/skinconfig.default "$INSTDIR/etc/titan/skinconfig"
 fi
 
-echo "restore default skin"
-ln -s /lib/titan/default /var/usr/local/share/titan/skin/default
-rm -rf /var/etc/titan/skinconfig
-cp -a /lib/titan/default/skinconfig.default /var/etc/titan/skinconfig
-
 exit 0
Index: ipk/source/skins_default/CONTROL/preinst
===================================================================
--- ipk/source/skins_default/CONTROL/preinst	(revision 23639)
+++ ipk/source/skins_default/CONTROL/preinst	(revision 23640)
@@ -1,39 +1,8 @@
 #!/bin/sh
-#
-TMP=/tmp/.titanskin
+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"
+if [ "$INSTDIR" == "/var" ]; then
+	rm -rf "$INSTDIR/usr/local/share/titan/skin/default"
 fi
 
-if [ `df | grep /dev/mtdblock | grep var | sed 's/ \+/ /g' | cut -d ' ' -f4 | head -n1 | wc -l` -eq 1 ]; then
-	SPACE=`df | grep /dev/mtdblock | grep var | sed 's/ \+/ /g' | cut -d ' ' -f4 | head -n1`
-	FREE=`expr $SPACE - 100`
-	SIZE=720
-	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
-echo "installing Default Skin ..."
-
-
-rm -rf /var/usr/local/share/titan/skin/default
 exit 0
Index: ipk/source/skins_default/CONTROL/prerm
===================================================================
--- ipk/source/skins_default/CONTROL/prerm	(revision 23639)
+++ ipk/source/skins_default/CONTROL/prerm	(revision 23640)
@@ -1,12 +1,3 @@
 #!/bin/sh
-TMP=/tmp/.titanskin
-if [ `df | grep /dev/mtdblock | grep var | sed 's/ \+/ /g' | cut -d ' ' -f4 | head -n1 | wc -l` -eq 1 ]; then
-	SPACE=`df | grep /dev/mtdblock | grep var | 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 "removing Default Skin"
+
 exit 0
Index: ipk/source/skins_smartTV/CONTROL/postinst
===================================================================
--- ipk/source/skins_smartTV/CONTROL/postinst	(revision 23639)
+++ ipk/source/skins_smartTV/CONTROL/postinst	(revision 23640)
@@ -1,14 +1,3 @@
 #!/bin/sh
-TMP=/tmp/.skin
-echo "successfully installed"
-link=`readlink /var/swap`
-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...."
+
 exit 0
Index: ipk/source/skins_smartTV/CONTROL/postrm
===================================================================
--- ipk/source/skins_smartTV/CONTROL/postrm	(revision 23639)
+++ ipk/source/skins_smartTV/CONTROL/postrm	(revision 23640)
@@ -1,16 +1,3 @@
 #!/bin/sh
-TMP=/tmp/.skin
 
-rm -rf /var/swap/titanskins/smartTV
-
-echo "successfully removed"
-link=`readlink /var/swap`
-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/skins_smartTV/CONTROL/preinst
===================================================================
--- ipk/source/skins_smartTV/CONTROL/preinst	(revision 23639)
+++ ipk/source/skins_smartTV/CONTROL/preinst	(revision 23640)
@@ -1,59 +1,3 @@
 #!/bin/sh
-#
-TMP=/tmp/.skin
-
-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 swapstick"
-if [ ! -d /var/swap/bin ]; then
-  echo "--------------------------"
-	echo "no swapstick found...."
-	echo "--------------------------"
-	exit 1
-fi
-echo "swapstick found...."
-link=`readlink /var/swap`
-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=1000
-	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
-
-rm -rf /var/swap/titanskins/smartTV
-
-echo "installing smartTV skin to swapstick..."
 
 exit 0
Index: ipk/source/skins_smartTV/CONTROL/prerm
===================================================================
--- ipk/source/skins_smartTV/CONTROL/prerm	(revision 23639)
+++ ipk/source/skins_smartTV/CONTROL/prerm	(revision 23640)
@@ -1,13 +1,3 @@
 #!/bin/sh
-TMP=/tmp/.skin
-link=`readlink /var/swap`
-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 "removing smartTV Skin from swapstick"
+
 exit 0
Index: ipk/source/skins_titan/CONTROL/postinst
===================================================================
--- ipk/source/skins_titan/CONTROL/postinst	(revision 23639)
+++ ipk/source/skins_titan/CONTROL/postinst	(revision 23640)
@@ -1,16 +1,3 @@
 #!/bin/sh
-TMP=/tmp/.titanskin
-echo "successfully installed"
-echo "syncing disk"
-sync
-
-if [ `df | grep /dev/mtdblock | grep var | sed 's/ \+/ /g' | cut -d ' ' -f4 | head -n1 | wc -l` -eq 1 ]; then
-	SPACE=`df | grep /dev/mtdblock | grep var | 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/skins_titan/CONTROL/postrm
===================================================================
--- ipk/source/skins_titan/CONTROL/postrm	(revision 23639)
+++ ipk/source/skins_titan/CONTROL/postrm	(revision 23640)
@@ -1,16 +1,3 @@
 #!/bin/sh
-TMP=/tmp/.skin
 
-PLUGINDIR=/var/usr/local/share/titan/skin/titan
-rm -rf /var/usr/local/share/titan/skin/titan
-
-echo "successfully removed"
-if [ `df | grep /dev/mtdblock | grep var | sed 's/ \+/ /g' | cut -d ' ' -f4 | head -n1 | wc -l` -eq 1 ]; then
-	SPACE=`df | grep /dev/mtdblock | grep var | 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/skins_titan/CONTROL/preinst
===================================================================
--- ipk/source/skins_titan/CONTROL/preinst	(revision 23639)
+++ ipk/source/skins_titan/CONTROL/preinst	(revision 23640)
@@ -1,39 +1,3 @@
 #!/bin/sh
-#
-TMP=/tmp/.titanskin
 
-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
-
-if [ `df | grep /dev/mtdblock | grep var | sed 's/ \+/ /g' | cut -d ' ' -f4 | head -n1 | wc -l` -eq 1 ]; then
-	SPACE=`df | grep /dev/mtdblock | grep var | sed 's/ \+/ /g' | cut -d ' ' -f4 | head -n1`
-	FREE=`expr $SPACE - 100`
-	SIZE=720
-	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
-echo "installing titan Skin ..."
-
-
-rm -rf /var/usr/local/share/titan/skin/titan
 exit 0
Index: ipk/source/skins_titan/CONTROL/prerm
===================================================================
--- ipk/source/skins_titan/CONTROL/prerm	(revision 23639)
+++ ipk/source/skins_titan/CONTROL/prerm	(revision 23640)
@@ -1,12 +1,3 @@
 #!/bin/sh
-TMP=/tmp/.titanskin
-if [ `df | grep /dev/mtdblock | grep var | sed 's/ \+/ /g' | cut -d ' ' -f4 | head -n1 | wc -l` -eq 1 ]; then
-	SPACE=`df | grep /dev/mtdblock | grep var | 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 "removing titan Skin"
+
 exit 0
Index: ipk/source/skins_titan_grey/CONTROL/postinst
===================================================================
--- ipk/source/skins_titan_grey/CONTROL/postinst	(revision 23639)
+++ ipk/source/skins_titan_grey/CONTROL/postinst	(revision 23640)
@@ -1,14 +1,3 @@
 #!/bin/sh
-TMP=/tmp/.skin
-echo "successfully installed"
-link=`readlink /var/swap`
-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...."
+
 exit 0
Index: ipk/source/skins_titan_grey/CONTROL/postrm
===================================================================
--- ipk/source/skins_titan_grey/CONTROL/postrm	(revision 23639)
+++ ipk/source/skins_titan_grey/CONTROL/postrm	(revision 23640)
@@ -1,16 +1,3 @@
 #!/bin/sh
-TMP=/tmp/.skin
 
-rm -rf /var/swap/titanskins/titan_grey
-
-echo "successfully removed"
-link=`readlink /var/swap`
-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/skins_titan_grey/CONTROL/preinst
===================================================================
--- ipk/source/skins_titan_grey/CONTROL/preinst	(revision 23639)
+++ ipk/source/skins_titan_grey/CONTROL/preinst	(revision 23640)
@@ -1,58 +1,3 @@
 #!/bin/sh
-#
-TMP=/tmp/.skin
-
-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 swapstick"
-if [ ! -d /var/swap/bin ]; then
-  echo "--------------------------"
-	echo "no swapstick found...."
-	echo "--------------------------"
-	exit 1
-fi
-echo "swapstick found...."
-link=`readlink /var/swap`
-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=470
-	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
-
-rm -rf /var/swap/titanskins/titan_grey
-echo "installing titan_grey skin to swapstick..."
 
 exit 0
Index: ipk/source/skins_titan_grey/CONTROL/prerm
===================================================================
--- ipk/source/skins_titan_grey/CONTROL/prerm	(revision 23639)
+++ ipk/source/skins_titan_grey/CONTROL/prerm	(revision 23640)
@@ -1,13 +1,3 @@
 #!/bin/sh
-TMP=/tmp/.skin
-link=`readlink /var/swap`
-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 "removing titan_grey Skin from swapstick"
+
 exit 0
Index: ipk/source/skins_tobayer01/CONTROL/postinst
===================================================================
--- ipk/source/skins_tobayer01/CONTROL/postinst	(revision 23639)
+++ ipk/source/skins_tobayer01/CONTROL/postinst	(revision 23640)
@@ -1,33 +1,3 @@
 #!/bin/sh
 
-releaseversion=22775
-plugin_short="tobayer01"
-plugin_type="skin"
-plugin_target="/var/usr/local/share/titan/skin"
-
-plugin_dir="$plugin_target/$plugin_short"
-plugin="$plugin_short $plugin_type"
-
-imageversion=`cat /etc/version | cut -d "_" -f2 | sed 's/M//'`;
-
-
-### MAIN ###
-
-sync
-SPACE=`getfreespace $plugin_target`
-FREE=`expr $SPACE - 100`
-echo
-echo "New free space: ${FREE}kB"
-
-
-if [ "$imageversion" -gt "$releaseversion" ]; then
-	echo "Successfully installed $plugin (non-release version)."
-	# ==> rm skin_release.xml
-	rm $plugin_dir/skin_release.xml
-else
-	echo "Successfully installed $plugin (release version)."
-	# ==> mv skin_release.xml skin.xml"
-	mv $plugin_dir/skin_release.xml $plugin_dir/skin.xml
-fi
-
 exit 0
Index: ipk/source/skins_tobayer01/CONTROL/postrm
===================================================================
--- ipk/source/skins_tobayer01/CONTROL/postrm	(revision 23639)
+++ ipk/source/skins_tobayer01/CONTROL/postrm	(revision 23640)
@@ -1,22 +1,3 @@
 #!/bin/sh
 
-plugin_short="tobayer01"
-plugin_type="skin"
-plugin_target="/var/usr/local/share/titan/skin"
-
-plugin_dir="$plugin_target/$plugin_short"
-plugin="$plugin_short $plugin_type"
-
-
-### MAIN ###
-
-rm -rf $plugin_dir
-
-sync
-SPACE=`getfreespace $plugin_target`
-FREE=`expr $SPACE - 100`
-echo "New free space: ${FREE}kB"
-echo
-echo "Successfully removed $plugin."
-
 exit 0
Index: ipk/source/skins_tobayer01/CONTROL/preinst
===================================================================
--- ipk/source/skins_tobayer01/CONTROL/preinst	(revision 23639)
+++ ipk/source/skins_tobayer01/CONTROL/preinst	(revision 23640)
@@ -1,76 +1,3 @@
 #!/bin/sh
 
-plugin_size=1700
-plugin_short="tobayer01"
-plugin_type="skin"
-plugin_target="/var/usr/local/share/titan/skin"
-
-plugin_dir="$plugin_target/$plugin_short"
-plugin="$plugin_short $plugin_type"
-
-
-### MAIN ###
-
-# Is this check for anything useful???
-#model=`cat /etc/model`
-#echo -n "Checking box type..."
-#if [ "$model" = "" ]; then
-#	echo "......[FAILED]"
-#	echo
-#	echo "Sorry, $plugin is not available for the $model!"
-#	echo "Aborting installation..."
-#	exit 1
-#else
-#	echo "......[OK]"
-#fi
-
-
-echo -n "Checking installation directory..."
-if [ ! -d $plugin_target ]; then
-	echo "......[FAILED]"
-	echo
-	echo "'$plugin_target' not found!"
-	echo "Aborting installation..."
-	exit 1
-else
-#	echo "......[OK]"
-	echo
-fi
-
-
-sync
-SPACE=`getfreespace $plugin_target`
-FREE=`expr $SPACE - 100`
-echo -n "Checking free space (${plugin_size}/${FREE}kB)..."
-if [ "$FREE" -lt "$plugin_size" ]; then
-	echo "......[FAILED]"
-	echo
-	echo "Not enough free space in $plugin_target!"
-	echo "Aborting installation..."
-	exit 1
-else
-#	echo "......[OK]"
-	echo
-fi
-
-
-# Is this check for anything useful???
-#buildgroup=`cat /etc/.buildgroup`
-#echo -n "Checking image type..."
-#if [ `cat /etc/version | grep $buildgroup | wc -l` -eq 0 ]; then
-#	echo "......[FAILED]"
-#	echo
-#	echo "Sorry, $plugin is not available for this image type!"
-#	echo "Aborting installation..."
-#	exit 1
-#else
-#	echo "......[OK]"
-#fi
-
-
-rm -rf $plugin_dir
-
-#echo -n "Installing $plugin..."
-#echo "......[OK]"
-
 exit 0
Index: ipk/source/skins_tobayer01/CONTROL/prerm
===================================================================
--- ipk/source/skins_tobayer01/CONTROL/prerm	(revision 23639)
+++ ipk/source/skins_tobayer01/CONTROL/prerm	(revision 23640)
@@ -1,18 +1,3 @@
 #!/bin/sh
 
-plugin_short="tobayer01"
-plugin_type="skin"
-plugin_target="/var/usr/local/share/titan/skin"
-
-plugin_dir="$plugin_target/$plugin_short"
-plugin="$plugin_short $plugin_type"
-
-
-### MAIN ###
-
-sync
-SPACE=`getfreespace $plugin_target`
-FREE=`expr $SPACE - 100`
-echo "Old free space: ${FREE}kB"
-
 exit 0
Index: ipk/source/skins_ufs912/CONTROL/postinst
===================================================================
--- ipk/source/skins_ufs912/CONTROL/postinst	(revision 23639)
+++ ipk/source/skins_ufs912/CONTROL/postinst	(revision 23640)
@@ -1,15 +1,3 @@
 #!/bin/sh
-TMP=/tmp/.titanskin
-echo "successfully installed"
-link=`readlink /var/swap`
-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...."
 
 exit 0
Index: ipk/source/skins_ufs912/CONTROL/postrm
===================================================================
--- ipk/source/skins_ufs912/CONTROL/postrm	(revision 23639)
+++ ipk/source/skins_ufs912/CONTROL/postrm	(revision 23640)
@@ -1,16 +1,3 @@
 #!/bin/sh
-TMP=/tmp/.titanskin
 
-rm -rf /var/swap/titanskins/ufs912
-
-echo "successfully removed"
-link=`readlink /var/swap`
-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/skins_ufs912/CONTROL/preinst
===================================================================
--- ipk/source/skins_ufs912/CONTROL/preinst	(revision 23639)
+++ ipk/source/skins_ufs912/CONTROL/preinst	(revision 23640)
@@ -1,61 +1,3 @@
 #!/bin/sh
-#
-TMP=/tmp/.titanskin
-echo "syncing disk"
-sync
-
-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 swapstick"
-if [ ! -d /var/swap/titanskins/ ]; then
-  echo "--------------------------"
-	echo "no swapstick found...."
-	echo "--------------------------"
-	exit 1
-fi
-echo "swapstick found...."
-link=`readlink /var/swap`
-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=1200
-	echo "checking freespace"
-	echo package 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
-
-rm -rf /var/swap/titanskins/ufs912
-echo "installing ufs912 skin to swapstick..."
 
 exit 0
Index: ipk/source/skins_ufs912/CONTROL/prerm
===================================================================
--- ipk/source/skins_ufs912/CONTROL/prerm	(revision 23639)
+++ ipk/source/skins_ufs912/CONTROL/prerm	(revision 23640)
@@ -1,13 +1,3 @@
 #!/bin/sh
-TMP=/tmp/.titanskin
-link=`readlink /var/swap`
-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 "removing ufs912 skin from swapstick"
+
 exit 0
