diff --git a/supertux/Makefile b/supertux/Makefile index 2806a9b..fe94636 100644 --- a/supertux/Makefile +++ b/supertux/Makefile @@ -64,6 +64,9 @@ define Package/supertux/install $(CP) \ $(PKG_BUILD_DIR)/data/{images,levels,music,sounds,supertux.strf,*.txt} \ $(1)/usr/share/supertux + + rm -rf \ + $(1)/usr/share/supertux/images/{background,shared,tilesets,title,worldmap}/org endef $(eval $(call RequireCommand,pngcrush,Please install pngcrush.))