NAME
dh_installifupdown - install if-up and if-down hooks
SYNOPSIS
dh_installifupdown [debhelper options] [--name=name]
DESCRIPTION
dh_installifupdown is a debhelper program that is responsible for installing
if-up, if-down, if-pre-up, and if-post-down hook scripts into package build
directories.
If a file named debian/package.if-up exists, then it is installed into
etc/network/if-up.d/package in the package build directory. Similar is done
for if-down, if-pre-up, and if-post-down.
OPTIONS
"--name=name"
Look for files named debian/package.name.if-* and install them as
etc/network/if-*/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>