diff options
author | joey <joey> | 2001-03-17 05:05:04 +0000 |
---|---|---|
committer | joey <joey> | 2001-03-17 05:05:04 +0000 |
commit | fc94604df8b0551ed52d78f735a65d1f3924ed71 (patch) | |
tree | 9e8c896d02974008b7c093aebf87fec9ee19ca43 /dh_installxfonts | |
parent | 8656127b483fdf64336ee97dc440d6c0a4a5a929 (diff) | |
download | debhelper-fc94604df8b0551ed52d78f735a65d1f3924ed71.tar.gz |
r455: * Applied a patch from Anton Zinoviev <anton@lml.bas.bg> to pass -e
to mkfontdir. Closes: #89418
Diffstat (limited to 'dh_installxfonts')
-rwxr-xr-x | dh_installxfonts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dh_installxfonts b/dh_installxfonts index bf0ec0fe..7a50c597 100755 --- a/dh_installxfonts +++ b/dh_installxfonts @@ -48,7 +48,7 @@ foreach my $package (@{$dh{DOPACKAGES}}) { if (@fontdirs) { # Figure out what commands the postinst will need to call. - my @updatecmds=('/usr/bin/X11/mkfontdir'); + my @updatecmds=('makefontdir'); foreach my $f (@fontdirs) { push @updatecmds, '/usr/sbin/update-fonts-alias' if -f "$tmp/etc/X11/fonts/$f/$package.alias"; |