forked from ports/contrib
wesnoth: remove junk files
This commit is contained in:
parent
e80bc64a35
commit
9d7408cfe6
@ -1875,7 +1875,6 @@ drwxr-xr-x root/root usr/share/wesnoth/data/campaigns/tutorial/units/
|
||||
-rw-r--r-- root/root usr/share/wesnoth/data/campaigns/tutorial/units/Fighteress.cfg
|
||||
-rw-r--r-- root/root usr/share/wesnoth/data/campaigns/tutorial/units/Quintain.cfg
|
||||
drwxr-xr-x root/root usr/share/wesnoth/data/core/
|
||||
-rw-r--r-- root/root usr/share/wesnoth/data/core/README
|
||||
-rw-r--r-- root/root usr/share/wesnoth/data/core/_main.cfg
|
||||
-rw-r--r-- root/root usr/share/wesnoth/data/core/about.cfg
|
||||
-rw-r--r-- root/root usr/share/wesnoth/data/core/editor-groups.cfg
|
||||
@ -7010,7 +7009,6 @@ drwxr-xr-x root/root usr/share/wesnoth/data/themes/
|
||||
-rw-r--r-- root/root usr/share/wesnoth/data/themes/macros.cfg
|
||||
drwxr-xr-x root/root usr/share/wesnoth/data/tools/
|
||||
-rw-r--r-- root/root usr/share/wesnoth/data/tools/Makefile
|
||||
-rw-r--r-- root/root usr/share/wesnoth/data/tools/README
|
||||
-rw-r--r-- root/root usr/share/wesnoth/data/tools/TeamColorizer.pl
|
||||
-rw-r--r-- root/root usr/share/wesnoth/data/tools/about_cfg_to_wiki
|
||||
drwxr-xr-x root/root usr/share/wesnoth/data/tools/castle-cutter/
|
||||
@ -7087,7 +7085,6 @@ drwxr-xr-x root/root usr/share/wesnoth/data/tools/unit_tree/templates/
|
||||
-rw-r--r-- root/root usr/share/wesnoth/data/tools/unit_tree/units.pl
|
||||
-rw-r--r-- root/root usr/share/wesnoth/data/tools/wesnoth-mode.el
|
||||
drwxr-xr-x root/root usr/share/wesnoth/data/tools/wesnoth/
|
||||
-rw-r--r-- root/root usr/share/wesnoth/data/tools/wesnoth/README
|
||||
-rw-r--r-- root/root usr/share/wesnoth/data/tools/wesnoth/__init__.py
|
||||
-rw-r--r-- root/root usr/share/wesnoth/data/tools/wesnoth/campaignserver_client.py
|
||||
-rw-r--r-- root/root usr/share/wesnoth/data/tools/wesnoth/libsvn.py
|
||||
@ -7115,7 +7112,6 @@ drwxr-xr-x root/root usr/share/wesnoth/icons/
|
||||
-rw-r--r-- root/root usr/share/wesnoth/icons/wesnoth_editor-icon.png
|
||||
-rw-r--r-- root/root usr/share/wesnoth/icons/wesnoth_editor.desktop
|
||||
drwxr-xr-x root/root usr/share/wesnoth/images/
|
||||
-rw-r--r-- root/root usr/share/wesnoth/images/README
|
||||
drwxr-xr-x root/root usr/share/wesnoth/images/buttons/
|
||||
-rw-r--r-- root/root usr/share/wesnoth/images/buttons/WML-custom.png
|
||||
-rw-r--r-- root/root usr/share/wesnoth/images/buttons/action-button-active.png
|
||||
@ -7274,7 +7270,6 @@ drwxr-xr-x root/root usr/share/wesnoth/images/cursors/
|
||||
-rw-r--r-- root/root usr/share/wesnoth/images/cursors/select.png
|
||||
-rw-r--r-- root/root usr/share/wesnoth/images/cursors/wait.png
|
||||
drwxr-xr-x root/root usr/share/wesnoth/images/dialogs/
|
||||
-rw-r--r-- root/root usr/share/wesnoth/images/dialogs/README
|
||||
-rw-r--r-- root/root usr/share/wesnoth/images/dialogs/menu2-background.png
|
||||
-rw-r--r-- root/root usr/share/wesnoth/images/dialogs/menu2-border-botleft.png
|
||||
-rw-r--r-- root/root usr/share/wesnoth/images/dialogs/menu2-border-botright.png
|
||||
@ -7474,7 +7469,6 @@ drwxr-xr-x root/root usr/share/wesnoth/images/tools/exploder/
|
||||
-rw-r--r-- root/root usr/share/wesnoth/images/tools/magenta_team_color_palette.png
|
||||
-rw-r--r-- root/root usr/share/wesnoth/images/wesnoth-icon.png
|
||||
drwxr-xr-x root/root usr/share/wesnoth/sounds/
|
||||
-rw-r--r-- root/root usr/share/wesnoth/sounds/README
|
||||
-rw-r--r-- root/root usr/share/wesnoth/sounds/arrive.wav
|
||||
-rw-r--r-- root/root usr/share/wesnoth/sounds/bell.wav
|
||||
-rw-r--r-- root/root usr/share/wesnoth/sounds/button.wav
|
||||
|
@ -35,6 +35,7 @@ build() {
|
||||
make DESTDIR=$PKG install
|
||||
|
||||
find $PKG/usr/man -maxdepth 0 -type d ! -regex 'man?' -exec rm -r {} \;
|
||||
find $PKG/usr/share/wesnoth -type f -name 'README' -delete
|
||||
|
||||
rm \
|
||||
$PKG/usr/share/wesnoth/data/COPYING.txt \
|
||||
|
Loading…
x
Reference in New Issue
Block a user