Synchronize cross-compilation scripts
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
#!/bin/sh -e
|
||||
# Removes unused icons from the Adwaita theme, it could be even more aggressive,
|
||||
# since it keeps around lots of sizes and all the GTK+ stock icons
|
||||
# Removes unused icons from the Adwaita theme. It could be even more aggressive,
|
||||
# since it keeps around lots of sizes and all the GTK+ stock icons.
|
||||
export LC_ALL=C
|
||||
find share/icons/Adwaita -type f | awk 'BEGIN {
|
||||
while (("grep -aho \"[a-z][a-z-]*\" *.dll *.exe" | getline) > 0)
|
||||
@@ -17,4 +17,4 @@ find share/icons/Adwaita -type f | awk 'BEGIN {
|
||||
sub(/-(ltr|rtl|symbolic)$/, "", base)) {}
|
||||
if (!keep)
|
||||
print
|
||||
}' | xargs rm
|
||||
}' | xargs rm --
|
||||
|
||||
Reference in New Issue
Block a user