1DH_INSTALLPPP(1) Debhelper DH_INSTALLPPP(1)
2
3
4
6 dh_installppp - install ppp ip-up and ip-down files
7
9 dh_installppp [debhelperĀ options] [--name=name]
10
12 dh_installppp is a debhelper program that is responsible for installing
13 ppp ip-up and ip-down scripts into package build directories.
14
16 debian/package.ppp.ip-up
17 Installed into etc/ppp/ip-up.d/package in the package build
18 directory.
19
20 debian/package.ppp.ip-down
21 Installed into etc/ppp/ip-down.d/package in the package build
22 directory.
23
25 --name=name
26 Look for files named debian/package.name.ppp.ip-* and install them
27 as etc/ppp/ip-*/name, instead of using the usual files and
28 installing them as the package name.
29
31 debhelper(7)
32
33 This program is a part of debhelper.
34
36 Joey Hess <joeyh@debian.org>
37
38
39
4013.3.4 2021-05-13 DH_INSTALLPPP(1)