#!/usr/bin/perl -w

=head1 NAME

dh_iconcache - Updates the Icon Cache for icons in /usr/share/icons by calling 
dh_icons. This script is going to go away.

=cut

use strict;

=head1 SYNOPSIS

B<dh_iconcache> [S<I<debhelper options>>] [B<-p<package>>]

=cut

print "Warning: Please use dh_icons instead. dh_iconcache is going to go away.\n";
system("dh_icons @ARGV");

=head1 SEE ALSO

L<debhelper>

This program is a part of debhelper.

=head1 AUTHOR

Daniel Holbach <daniel.holbach@ubuntu.com>

=cut
