NAME
dh_installppp - install ppp ip-up and ip-down files
SYNOPSIS
dh_installppp [debhelper options] [--name=name]
DESCRIPTION
dh_installppp is a debhelper program that is responsible for installing
ppp ip-up and ip-down scripts. into package build directories.
If a file named debian/package.ppp.ip-up exists, then it is installed into
etc/ppp/ip-up.d/package in the package build directory.
Files named debian/package.ppp.ip-down are installed to
etc/ppp/ip-down.d/package
OPTIONS
"--name=name"
Look for files named debian/package.name.ppp.ip-* and install them as
etc/ppp/ip-*/name, instead of using the usual files and installing them
as the package name.
SEE ALSO
debhelper(7)
This program is a part of debhelper.
AUTHOR
Joey Hess <joeyh@debian.org>