X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=dh_icons;h=835287a82d1da0f8963f5e7e8be8f34657f66072;hb=7aa4f2005122d3255305229374f61fed7ff228dd;hp=3cf3d262d3c6178c78aefe0a21ab34ff7c08ecc1;hpb=92e38dee858cbb68f6f986d3faac3da48d714efc;p=debhelper.git diff --git a/dh_icons b/dh_icons index 3cf3d26..835287a 100755 --- a/dh_icons +++ b/dh_icons @@ -30,6 +30,8 @@ fragments to call F. Do not modify maintainer scripts. +=back + =cut init(); @@ -46,7 +48,7 @@ foreach my $package (@{$dh{DOPACKAGES}}) { next if $subdir =~ /^\./; my $needs_cache = 0; find sub { - $needs_cache = 1 if -f and (/\.png$/ or /\.svg$/ or /\.jpg$/); + $needs_cache = 1 if -f and (/\.png$/ or /\.svg$/ or /\.xpm$/ or /\.icon$/); }, "$icondir/$subdir" ; push @dirlist, "$baseicondir/$subdir" if $needs_cache; }