diff options
author | Sebastien Dupont <sdupont@mandriva.com> | 2001-11-08 11:23:21 +0000 |
---|---|---|
committer | Sebastien Dupont <sdupont@mandriva.com> | 2001-11-08 11:23:21 +0000 |
commit | dffd37bf0405bb0a109465210fa40ddbaa5cf92c (patch) | |
tree | b5ae5aed14b0101f09d3e51a3a831eb717894203 /perl-install | |
parent | 3ead71d3ac44a967aa807d749c38fa418fe1e9d6 (diff) | |
download | drakx-backup-do-not-use-dffd37bf0405bb0a109465210fa40ddbaa5cf92c.tar drakx-backup-do-not-use-dffd37bf0405bb0a109465210fa40ddbaa5cf92c.tar.gz drakx-backup-do-not-use-dffd37bf0405bb0a109465210fa40ddbaa5cf92c.tar.bz2 drakx-backup-do-not-use-dffd37bf0405bb0a109465210fa40ddbaa5cf92c.tar.xz drakx-backup-do-not-use-dffd37bf0405bb0a109465210fa40ddbaa5cf92c.zip |
updated
Diffstat (limited to 'perl-install')
-rwxr-xr-x | perl-install/standalone/drakfont | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/perl-install/standalone/drakfont b/perl-install/standalone/drakfont index bd1760f67..fdcd5d381 100755 --- a/perl-install/standalone/drakfont +++ b/perl-install/standalone/drakfont @@ -1,6 +1,5 @@ #!/usr/bin/perl # -# DiskDrake # Copyright (C) 2001 by MandrakeSoft (sdupont@mandrakesoft.com) # # This program is free software; you can redistribute it and/or modify @@ -439,11 +438,6 @@ sub remove_gs_fonts { } } -# remove this directory of the de fontpath if there is only 2 files in directory (fonts.dir & fonts.scale) -# do type1inst in this path -# peu etre un petit pb avec "/etc/rc.d/init.d/xfs restart" - - sub remove_fonts { my @list_dir; -e $drakfont_dir . "/remove" || mkdir_p($drakfont_dir . "/remove"); @@ -907,3 +901,6 @@ sub progress { # option strong: verifier strong ttmkfdir -c ??? # gestion abiword, netscape, gimp.... +# remove this directory of the de fontpath if there is only 2 files in directory (fonts.dir & fonts.scale) +# do type1inst in this path +# peu etre un petit pb avec "/etc/rc.d/init.d/xfs restart" |