dh_installtmpfiles(1) — Linux manual page

NAME | SYNOPSIS | DESCRIPTION | OPTIONS | FILES | NOTES | SEE ALSO | COLOPHON

DH_INSTALLTMPFILES(1)             Debhelper            DH_INSTALLTMPFILES(1)

NAME top

       dh_installtmpfiles - install tmpfiles.d configuration files

SYNOPSIS top

       dh_installtmpfiles [debhelper options][--name=name]

DESCRIPTION top

       dh_installtmpfiles is a debhelper program that is responsible for
       installing package maintainer supplied tmpfiles.d configuration files
       (e.g. for systemd-tmpfiles).

       It also finds the tmpfiles.d configuration files installed by a
       package and generates postinst code blocks for activting the
       tmpfiles.d configuration when the package is installed. These
       snippets are added to the maintainer scripts by dh_installdeb(1).

OPTIONS top

           This option controls both a prefix used for lookng up maintainer
           provided tmpfiles.d configuration files (those mentioned in the
           "FILES" section) and also the base name used for the installed
           version of the file.

FILES top

       debian/package.tmpfiles
           If this exists, it is installed into usr/lib/tmpfiles.d/ in the
           package build directory. Note that the "tmpfiles.d" mechanism is
           currently only used by systemd.

       debian/package.tmpfile
           Deprecated name for debian/package.tmpfiles.

NOTES top

       This command is not idempotent. dh_prep(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.

SEE ALSO top

       debhelper(7)

COLOPHON top

       This page is part of the debhelper (helper programs for debian/rules)
       project.  Information about the project can be found at [unknown --
       if you know, please contact man-pages@man7.org] If you have a bug
       report for this manual page, send it to submit@bugs.debian.org.  This
       page was obtained from the project's upstream Git repository
       ⟨https://salsa.debian.org/debian/debhelper.git⟩ on 2020-08-13.  (At
       that time, the date of the most recent commit that was found in the
       repository was 2020-07-26.)  If you discover any rendering problems
       in this HTML version of the page, or you believe there is a better or
       more up-to-date source for the page, or you have corrections or
       improvements to the information in this COLOPHON (which is not part
       of the original manual page), send a mail to man-pages@man7.org

13.0.1                           2020-05-16            DH_INSTALLTMPFILES(1)

Pages that refer to this page: dh_installsystemd(1) , debhelper(7)