Removed no longer needed file.
[shipsimu.git] / clear-cache.sh
index fa6ee8d4c0bb3e491a1b1083ac2eeb9f61619789..54edf120de626c627ec85a98d918fa8edea301b9 100755 (executable)
@@ -1,6 +1,6 @@
 #!/bin/sh
 
 echo "$0: Cleaning up..."
-rm -f templates/images/_cache/*.png application/ship-simu/templates/images/_cache/*.png
+rm -f templates/images/_cache/*.png application/*/templates/images/_cache/*.png
 
 echo "$0: All done."