Index: /trunk/README
===================================================================
--- /trunk/README	(revision 13282)
+++ /trunk/README	(revision 13283)
@@ -98,5 +98,4 @@
 - macosx/                   files needed to create the MacOS X package
 - netbeans/                 preconfigured Netbeans project
-- optimize-images           short script to decrease size of PNG images
 - patches/                  patches for external libraries used in JOSM (see below)
 - README                    this file
@@ -105,4 +104,5 @@
   - geticons.pl             tool to find all used icons and allows deleting unused icons
                             searches also for images with incompatible svg code
+  - optimize-images         short script to decrease size of PNG images
 - src/                      the source code of the program
 - start.html                HTML page to run the applet version of JOSM
Index: unk/optimize-images
===================================================================
--- /trunk/optimize-images	(revision 13282)
+++ 	(revision )
@@ -1,6 +1,0 @@
-#!/bin/sh
-
-for x in $(find images/ -name "*.png"); do
-    echo "Processing ${x}"
-    optipng -o7 -quiet "${x}"
-done
Index: /trunk/scripts/optimize-images
===================================================================
--- /trunk/scripts/optimize-images	(revision 13283)
+++ /trunk/scripts/optimize-images	(revision 13283)
@@ -0,0 +1,6 @@
+#!/bin/sh
+
+for x in $(find images/ -name "*.png"); do
+    echo "Processing ${x}"
+    optipng -o7 -quiet "${x}"
+done
