1DH_INSTALLTMPFILES(1) Debhelper DH_INSTALLTMPFILES(1)
2
3
4
6 dh_installtmpfiles - install tmpfiles.d configuration files
7
9 dh_installtmpfiles [debhelperĀ options][--name=name]
10
12 dh_installtmpfiles is a debhelper program that is responsible for
13 installing package maintainer supplied tmpfiles.d configuration files
14 (e.g. for systemd-tmpfiles).
15
16 It also finds the tmpfiles.d configuration files installed by a package
17 and generates postinst code blocks for activting the tmpfiles.d
18 configuration when the package is installed. These snippets are added
19 to the maintainer scripts by dh_installdeb(1).
20
22 This option controls both a prefix used for lookng up maintainer
23 provided tmpfiles.d configuration files (those mentioned in the
24 "FILES" section) and also the base name used for the installed
25 version of the file.
26
28 debian/package.tmpfiles
29 If this exists, it is installed into usr/lib/tmpfiles.d/ in the
30 package build directory. Note that the "tmpfiles.d" mechanism is
31 currently only used by systemd.
32
33 debian/package.tmpfile
34 Deprecated name for debian/package.tmpfiles.
35
37 This command is not idempotent. dh_prep(1) should be called between
38 invocations of this command (with the same arguments). Otherwise, it
39 may cause multiple instances of the same text to be added to maintainer
40 scripts.
41
43 debhelper(7)
44
45
46
4713.3.4 2021-05-13 DH_INSTALLTMPFILES(1)