diff options
author | Joey Hess <joey@kodama.kitenet.net> | 2007-11-02 23:21:03 -0400 |
---|---|---|
committer | Joey Hess <joey@kodama.kitenet.net> | 2007-11-02 23:21:03 -0400 |
commit | 92e38dee858cbb68f6f986d3faac3da48d714efc (patch) | |
tree | 714c87108e22a1f44b1e766c757dfb2bf02ec0a3 /dh_icons | |
parent | 9226b1d07f2d65c3d7b43cf1d69947132a5cdab1 (diff) | |
download | debhelper-92e38dee858cbb68f6f986d3faac3da48d714efc.tar.gz |
* dh_icons: Now that GTK 2.12 has entered testing, use the much simpler to
call update-icon-caches command. Thanks, Josselin Mouette.
Diffstat (limited to 'dh_icons')
-rwxr-xr-x | dh_icons | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -17,10 +17,10 @@ B<dh_icons> [S<I<debhelper options>>] [B<-n>] =head1 DESCRIPTION dh_icons is a debhelper program that updates Freedesktop icon caches -when needed, using the gtk-update-icon-cache program provided by GTK+2.0. +when needed, using the update-icon-caches program provided by GTK+2.12. Currently this program does not handle installation of the files, though it may do so at a later date. It takes care of adding maintainer script -fragments to call F<gtk-update-icon-cache>. +fragments to call F<update-icon-caches>. =head1 OPTIONS |