101 lines
2.7 KiB
HTML
101 lines
2.7 KiB
HTML
|
||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
||
<HTML><HEAD><TITLE>Man page of DH_INSTALLTMPFILES</TITLE>
|
||
</HEAD><BODY>
|
||
<H1>DH_INSTALLTMPFILES</H1>
|
||
Section: Debhelper (1)<BR>Updated: 2020-03-27<BR><A HREF="#index">Index</A>
|
||
<A HREF="/cgi-bin/man/man2html">Return to Main Contents</A><HR>
|
||
|
||
|
||
|
||
|
||
|
||
|
||
<A NAME="lbAB"> </A>
|
||
<H2>NAME</H2>
|
||
|
||
dh_installtmpfiles - install tmpfiles.d configuration files
|
||
<A NAME="lbAC"> </A>
|
||
<H2>SYNOPSIS</H2>
|
||
|
||
|
||
|
||
<B>dh_installtmpfiles</B> [<I>debhelper options</I>][<B>--name=</B><I>name</I>]
|
||
<A NAME="lbAD"> </A>
|
||
<H2>DESCRIPTION</H2>
|
||
|
||
|
||
|
||
<B>dh_installtmpfiles</B> is a debhelper program that is responsible for
|
||
installing package maintainer supplied tmpfiles.d configuration files
|
||
(e.g. for systemd-tmpfiles).
|
||
<P>
|
||
|
||
It also finds the tmpfiles.d configuration files installed by a package
|
||
and generates <I>postinst</I> code blocks for activting the tmpfiles.d
|
||
configuration when the package is installed. These snippets are added
|
||
to the maintainer scripts by <B><A HREF="/cgi-bin/man/man2html?1+dh_installdeb">dh_installdeb</A></B>(1).
|
||
<A NAME="lbAE"> </A>
|
||
<H2>OPTIONS</H2>
|
||
|
||
|
||
|
||
<DL COMPACT><DT id="1"><DD>
|
||
This option controls both a prefix used for lookng up maintainer provided
|
||
tmpfiles.d configuration files (those mentioned in the ``<FONT SIZE="-1">FILES''</FONT> section)
|
||
and also the base name used for the installed version of the file.
|
||
</DL>
|
||
|
||
<A NAME="lbAF"> </A>
|
||
<H2>FILES</H2>
|
||
|
||
|
||
|
||
<DL COMPACT>
|
||
<DT id="2">debian/<I>package</I>.tmpfiles<DD>
|
||
|
||
|
||
If this exists, it is installed into <I>usr/lib/tmpfiles.d/</I> in the
|
||
package build directory. Note that the <TT>"tmpfiles.d"</TT> mechanism is
|
||
currently only used by systemd.
|
||
<DT id="3">debian/<I>package</I>.tmpfile<DD>
|
||
|
||
|
||
Deprecated name for debian/<I>package</I>.tmpfiles.
|
||
</DL>
|
||
<A NAME="lbAG"> </A>
|
||
<H2>NOTES</H2>
|
||
|
||
|
||
|
||
This command is not idempotent. <B><A HREF="/cgi-bin/man/man2html?1+dh_prep">dh_prep</A></B>(1) should be called between
|
||
invocations of this command (with the same arguments). Otherwise, it
|
||
may cause multiple instances of the same text to be added to
|
||
maintainer scripts.
|
||
<A NAME="lbAH"> </A>
|
||
<H2>SEE ALSO</H2>
|
||
|
||
|
||
|
||
<B><A HREF="/cgi-bin/man/man2html?7+debhelper">debhelper</A></B>(7)
|
||
<P>
|
||
|
||
<HR>
|
||
<A NAME="index"> </A><H2>Index</H2>
|
||
<DL>
|
||
<DT id="4"><A HREF="#lbAB">NAME</A><DD>
|
||
<DT id="5"><A HREF="#lbAC">SYNOPSIS</A><DD>
|
||
<DT id="6"><A HREF="#lbAD">DESCRIPTION</A><DD>
|
||
<DT id="7"><A HREF="#lbAE">OPTIONS</A><DD>
|
||
<DT id="8"><A HREF="#lbAF">FILES</A><DD>
|
||
<DT id="9"><A HREF="#lbAG">NOTES</A><DD>
|
||
<DT id="10"><A HREF="#lbAH">SEE ALSO</A><DD>
|
||
</DL>
|
||
<HR>
|
||
This document was created by
|
||
<A HREF="/cgi-bin/man/man2html">man2html</A>,
|
||
using the manual pages.<BR>
|
||
Time: 00:05:10 GMT, March 31, 2021
|
||
</BODY>
|
||
</HTML>
|