Index: ipk/source.sh4/swapnetwork_webif_1.0/CONTROL/control
===================================================================
--- ipk/source.sh4/swapnetwork_webif_1.0/CONTROL/control	(revision 9325)
+++ ipk/source.sh4/swapnetwork_webif_1.0/CONTROL/control	(revision 9327)
@@ -1,5 +1,5 @@
 Package: enigma2-plugin-swapnetwork-webif
-Version: 1.0
-Description: Webinterface 
+Version: 1.1
+Description: WebInterface/WebBouquetEditor for swapstick!
 Section: network
 Priority: optional
Index: ipk/source.sh4/swapnetwork_webif_1.0/CONTROL/postinst
===================================================================
--- ipk/source.sh4/swapnetwork_webif_1.0/CONTROL/postinst	(revision 9325)
+++ ipk/source.sh4/swapnetwork_webif_1.0/CONTROL/postinst	(revision 9327)
@@ -4,4 +4,8 @@
 echo "syncing disk"
 echo "please reboot your box so that the extension will be mounted..."
+model=`cat /etc/model`
+cp /var/swap/extensions/WebInterface/web-data/img/rc."$model".jpg /var/swap/extensions/WebInterface/web-data/img/rc.jpg
+rm -rf /var/swap/extensions/WebInterface/web-data/img/rc.*.jpg
+
 sync
 exit 0
Index: ipk/source.sh4/swapnetwork_webif_1.0/CONTROL/postrm
===================================================================
--- ipk/source.sh4/swapnetwork_webif_1.0/CONTROL/postrm	(revision 9325)
+++ ipk/source.sh4/swapnetwork_webif_1.0/CONTROL/postrm	(revision 9327)
@@ -3,4 +3,5 @@
 
 rm -rf /var/swap/extensions/WebInterface
+rm -rf /var/swap/extensions/WebBouquetEditor
 
 echo "successfully removed"
Index: ipk/source.sh4/swapnetwork_webif_1.0/CONTROL/preinst
===================================================================
--- ipk/source.sh4/swapnetwork_webif_1.0/CONTROL/preinst	(revision 9325)
+++ ipk/source.sh4/swapnetwork_webif_1.0/CONTROL/preinst	(revision 9327)
@@ -26,5 +26,5 @@
 fi
 echo "swapstick found...."
-echo "installing WebInterface Plugin to swapstick..."
+echo "installing WebInterface/WebBouquetEditor Plugin to swapstick..."
 echo "checking OS"
 if  [ `cat /etc/motd | grep AAF | grep M | grep rev | wc -l` -eq 0 ]; then                      
Index: ipk/source.sh4/swapnetwork_webif_1.0/CONTROL/prerm
===================================================================
--- ipk/source.sh4/swapnetwork_webif_1.0/CONTROL/prerm	(revision 9325)
+++ ipk/source.sh4/swapnetwork_webif_1.0/CONTROL/prerm	(revision 9327)
@@ -3,4 +3,4 @@
 echo "syncing disk"
 sync
-echo "removing EPG Refresh from swapstick"
+echo "removing WebInterface/WebBouquetEditor from swapstick"
 exit 0
