Index: ipk/source/skins_0Acht5Zehn/CONTROL/postinst
===================================================================
--- ipk/source/skins_0Acht5Zehn/CONTROL/postinst	(revision 23634)
+++ 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 23634)
+++ 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 23634)
+++ 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 23634)
+++ 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
