summaryrefslogtreecommitdiff
path: root/dh_icons
diff options
context:
space:
mode:
Diffstat (limited to 'dh_icons')
-rwxr-xr-xdh_icons2
1 files changed, 1 insertions, 1 deletions
diff --git a/dh_icons b/dh_icons
index 3cf3d262..355a85bc 100755
--- a/dh_icons
+++ b/dh_icons
@@ -46,7 +46,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;
}