diff options
author | Přemysl Eric Janouch <p@janouch.name> | 2022-08-11 14:15:20 +0200 |
---|---|---|
committer | Přemysl Eric Janouch <p@janouch.name> | 2022-08-11 14:15:20 +0200 |
commit | 4073749d3bd11d73290bc37904efd77b84272270 (patch) | |
tree | 5a18e0a9384efe3c22299af865c714c48f5dafb3 /cmake/Win32CleanupAdwaita.sh | |
parent | 2e684d2f4e663a5c7469d4b2b831b336af35126d (diff) | |
download | tdv-4073749d3bd11d73290bc37904efd77b84272270.tar.gz tdv-4073749d3bd11d73290bc37904efd77b84272270.tar.xz tdv-4073749d3bd11d73290bc37904efd77b84272270.zip |
Synchronize cross-compilation scripts
Diffstat (limited to 'cmake/Win32CleanupAdwaita.sh')
-rw-r--r-- | cmake/Win32CleanupAdwaita.sh | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/cmake/Win32CleanupAdwaita.sh b/cmake/Win32CleanupAdwaita.sh index 8e7bb9e..ac2b032 100644 --- a/cmake/Win32CleanupAdwaita.sh +++ b/cmake/Win32CleanupAdwaita.sh @@ -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 -- |