Unix and Linux Discussions Tagged with fonts |
|
Thread / Thread Starter |
Last Post |
Replies |
Views |
Forum |
|
|
|
23 |
10,295 |
UNIX for Beginners Questions & Answers |
|
|
|
20 |
39,075 |
Fedora |
|
|
|
7 |
32,979 |
What is on Your Mind? |
|
|
|
1 |
39,725 |
Shell Programming and Scripting |
|
|
|
1 |
7,553 |
AIX |
|
|
|
2 |
3,271 |
AIX |
|
|
|
2 |
2,932 |
What is on Your Mind? |
|
|
|
7 |
19,675 |
AIX |
|
|
|
1 |
4,318 |
Red Hat |
|
|
|
0 |
4,938 |
AIX |
|
|
|
2 |
3,050 |
Solaris |
|
|
|
1 |
1,865 |
Shell Programming and Scripting |
|
|
|
0 |
2,201 |
Software Releases - RSS News |
|
|
|
0 |
1,109 |
Software Releases - RSS News |
|
|
|
0 |
1,491 |
Software Releases - RSS News |
|
|
|
0 |
5,875 |
AIX |
|
|
|
0 |
3,769 |
AIX |
|
|
|
0 |
1,117 |
Software Releases - RSS News |
|
|
|
1 |
8,102 |
Linux |
|
|
|
0 |
6,418 |
UNIX for Dummies Questions & Answers |
|
|
|
2 |
9,116 |
UNIX for Advanced & Expert Users |
|
|
|
4 |
5,180 |
Post Here to Contact Site Administrators and Moderators |
|
|
|
1 |
5,200 |
UNIX for Dummies Questions & Answers |
DH_INSTALLXFONTS(1) Debhelper DH_INSTALLXFONTS(1)
NAME
dh_installxfonts - register X fonts
SYNOPSIS
dh_installxfonts [debhelperoptions]
DESCRIPTION
dh_installxfonts is a debhelper program that is responsible for registering X fonts, so their corresponding fonts.dir, fonts.alias, and
fonts.scale be rebuilt properly at install time.
Before calling this program, you should have installed any X fonts provided by your package into the appropriate location in the package
build directory, and if you have fonts.alias or fonts.scale files, you should install them into the correct location under etc/X11/fonts in
your package build directory.
Your package should depend on xfonts-utils so that the update-fonts-* commands are available. (This program adds that dependency to
${misc:Depends}.)
This program automatically generates the postinst and postrm commands needed to register X fonts. These commands are inserted into the
maintainer scripts by dh_installdeb. See dh_installdeb(1) for an explanation of how this works.
NOTES
See update-fonts-alias(8), update-fonts-scale(8), and update-fonts-dir(8) for more information about X font installation.
See Debian policy, section 11.8.5. for details about doing fonts the Debian way.
SEE ALSO
debhelper(7)
This program is a part of debhelper.
AUTHOR
Joey Hess <joeyh@debian.org>
11.1.6ubuntu2 2018-05-10 DH_INSTALLXFONTS(1)