Index: ipk/source/players_myvideo_1_0/CONTROL/control
===================================================================
--- ipk/source/players_myvideo_1_0/CONTROL/control	(revision 4750)
+++ ipk/source/players_myvideo_1_0/CONTROL/control	(revision 4759)
@@ -1,3 +1,3 @@
-Package: enigma2-plugin-swapplayers-myvideo
+Package: enigma2-plugin-players-myvideo
 Version: 1.0
 Architecture: sh4
@@ -8,3 +8,3 @@
 Homepage: http://www.aaf-digital.info
 Source: http://www.aaf-digital.info
-Description: MyVideoPlayer Plugin for swapstick to view MyVideo videos over internet! SWAPSTICK IS NEEDED!
+Description: MyVideoPlayer Plugin to view MyVideo videos over internet!
Index: ipk/source/players_myvideo_1_0/CONTROL/postrm
===================================================================
--- ipk/source/players_myvideo_1_0/CONTROL/postrm	(revision 4750)
+++ ipk/source/players_myvideo_1_0/CONTROL/postrm	(revision 4759)
@@ -2,5 +2,5 @@
 TMP=/tmp/.players
 
-rm -rf /var/swap/extensions/MyVideoPlayer
+rm -rf /usr/lib/enigma2/python/Plugins/Extensions/MyVideoPlayer
 
 echo "successfully removed"
Index: ipk/source/players_myvideo_1_0/CONTROL/preinst
===================================================================
--- ipk/source/players_myvideo_1_0/CONTROL/preinst	(revision 4750)
+++ ipk/source/players_myvideo_1_0/CONTROL/preinst	(revision 4759)
@@ -19,12 +19,4 @@
 fi
 
-echo "checking swapstick"
-if [ ! -d /var/swap/extensions/ ]; then
-  echo "--------------------------"
-	echo "no swapstick found...."
-	echo "--------------------------"
-	exit 1
-fi
-echo "swapstick found...."
 echo "installing MyTube plugin to swapstick..."
 echo "checking OS"
Index: ipk/source/players_myvideo_1_0/CONTROL/prerm
===================================================================
--- ipk/source/players_myvideo_1_0/CONTROL/prerm	(revision 4750)
+++ ipk/source/players_myvideo_1_0/CONTROL/prerm	(revision 4759)
@@ -3,4 +3,4 @@
 echo "syncing disk"
 sync
-echo "removing MyVideo plugin from swapstick"
+echo "removing MyVideo plugin"
 exit 0
