Index: ipk/source/mediacenter_foldericons_1_0/CONTROL/control
===================================================================
--- ipk/source/mediacenter_foldericons_1_0/CONTROL/control	(revision 23774)
+++ ipk/source/mediacenter_foldericons_1_0/CONTROL/control	(revision 23776)
@@ -1,5 +1,5 @@
 Package: titan-plugin-mediacenter-foldericons
 Version: 1.0
-Description: A collection of really nice folder icons for AAF- MediaCenter Videoplayer Coverview!
+Description: A collection of really nice folder icons for MediaCenter Videoplayer Coverview!
 Section: mediacenter
 Architecture: sh4
Index: ipk/source/mediacenter_foldericons_1_0/CONTROL/postinst
===================================================================
--- ipk/source/mediacenter_foldericons_1_0/CONTROL/postinst	(revision 23774)
+++ ipk/source/mediacenter_foldericons_1_0/CONTROL/postinst	(revision 23776)
@@ -1,6 +1,10 @@
 #!/bin/sh
-TMP=/tmp/.swapmediacenter
-echo "successfully installed"
-echo "syncing disk"
-sync
+INSTDIR="$1"
+PLUGINDIR="$INSTDIR/usr/local/share/titan/imdbfolder"
+
+if [ "/mnt/swapextensions" != "$INSTDIR" ]; then
+	rm -rf /mnt/swapextensions/usr/local/share/titan/imdbfolder >/dev/null 2>&1
+	ln -sfn "$PLUGINDIR" /mnt/swapextensions/usr/local/share/titan/imdbfolder
+fi
+
 exit 0
Index: ipk/source/mediacenter_foldericons_1_0/CONTROL/postrm
===================================================================
--- ipk/source/mediacenter_foldericons_1_0/CONTROL/postrm	(revision 23774)
+++ ipk/source/mediacenter_foldericons_1_0/CONTROL/postrm	(revision 23776)
@@ -1,9 +1,11 @@
 #!/bin/sh
-TMP=/tmp/.swapmediacenter
+INSTDIR="$1"
+PLUGINDIR="$INSTDIR/usr/local/share/titan/imdbfolder"
 
-rm -rf /var/swap/imdbfolder
+rm -rf "$PLUGINDIR" >/dev/null 2>&1
 
-echo "successfully removed"
-echo "syncing disk"
-sync
+if [ "/mnt/swapextensions" != "$INSTDIR" ]; then
+	rm -rf /mnt/swapextensions/usr/local/share/titan/imdbfolder
+fi
+
 exit 0
Index: ipk/source/mediacenter_foldericons_1_0/CONTROL/preinst
===================================================================
--- ipk/source/mediacenter_foldericons_1_0/CONTROL/preinst	(revision 23774)
+++ ipk/source/mediacenter_foldericons_1_0/CONTROL/preinst	(revision 23776)
@@ -1,39 +1,3 @@
 #!/bin/sh
-#
-TMP=/tmp/.swapmediacenter
-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/ ]; then
-  echo "--------------------------"
-	echo "no swapstick found...."
-	echo "--------------------------"
-	exit 1
-fi
-echo "swapstick found...."
-echo "installing folder icons to swapstick..."
-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
 exit 0
Index: ipk/source/mediacenter_foldericons_1_0/CONTROL/prerm
===================================================================
--- ipk/source/mediacenter_foldericons_1_0/CONTROL/prerm	(revision 23774)
+++ ipk/source/mediacenter_foldericons_1_0/CONTROL/prerm	(revision 23776)
@@ -1,6 +1,3 @@
 #!/bin/sh
-TMP=/tmp/.swapmediacenter
-echo "syncing disk"
-sync
-echo "removing folder icons from swapstick"
+
 exit 0
