]> git.donarmstrong.com Git - debhelper.git/blobdiff - dh_icons
dh_icons: ignore gnome and hicolor themes (will be handled by triggers). Closes:...
[debhelper.git] / dh_icons
index 835287a82d1da0f8963f5e7e8be8f34657f66072..4afbf7c098c73a868bfecdc586eee1485b616890 100755 (executable)
--- a/dh_icons
+++ b/dh_icons
@@ -46,6 +46,8 @@ foreach my $package (@{$dh{DOPACKAGES}}) {
                opendir(DIRHANDLE, $icondir);
                while (my $subdir = readdir(DIRHANDLE)) {
                        next if $subdir =~ /^\./;
+                       next if $subdir eq "gnome";
+                       next if $subdir eq "hicolor";
                        my $needs_cache = 0;
                        find sub {
                                $needs_cache = 1 if -f and (/\.png$/ or /\.svg$/ or /\.xpm$/ or /\.icon$/);