dh_installppp
install ppp ip-up and ip-down files
Synopsis
dh_installppp
[debhelper options]
[--name=name]
add an example, a script, a trick and tips
examples
no example yet ...
... Feel free to add your own example above to help other Linux-lovers !
description
dh_installppp
is a debhelper program that is responsible for installing
ppp ip-up and ip-down scripts into package build
directories.
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.
files
debian/package.ppp.ip-up
Installed into etc/ppp/ip-up.d/package in the package
build directory.
debian/package.ppp.ip-down
Installed into etc/ppp/ip-down.d/package in the package
build directory.
see also
debhelper
This program is
a part of debhelper.
author
Joey Hess
<joeyh[:at:]debian[:dot:]org>