Index: /applications/editors/josm/debian/make_install_files.sh
===================================================================
--- /applications/editors/josm/debian/make_install_files.sh	(revision 12609)
+++ /applications/editors/josm/debian/make_install_files.sh	(revision 12610)
@@ -143,4 +143,14 @@
 fi
 
+# ------------------------------------------------------------------
+# Try to Compile as many Josm Plugins as possible
+if $do_update_plugins ; then
+    echo "------------- Compile Josm Plugin webkit-image for wmsplugin"
+    cd plugins/wmsplugin
+    make clean
+    make
+    cd ../..
+    cp plugins/wmsplugin/webkit-image $bin_path/webkit-image
+fi
 # ------------------------------------------------------------------
 # Try to Compile as many Josm Plugins as possible
