Linux Commands Examples

A great documentation place for Linux commands

dh_installudev

install udev rules files

Synopsis

dh_installudev [debhelper options] [-n] [--name=name] [--priority=priority]


add an example, a script, a trick and tips

: email address (won't be displayed)
: name

Step 2

Thanks for this example ! - It will be moderated and published shortly.

Feel free to post other examples
Oops ! There is a tiny cockup. A damn 404 cockup. Please contact the loosy team who maintains and develops this wonderful site by clicking in the mighty feedback button on the side of the page. Say what happened. Thanks!

examples

0
source
            
dh_installchangelogs
dh_installdocs
dh_installexamples
dh_installudev --name=grml-forensic --priority 01
dh_installudev --name=grml-external --priority 60
dh_installudev --name=grml-external --priority 60
dh_installudev --name=grml-usbdev --priority 60

description

dh_installudev is a debhelper program that is responsible for installing udev rules files.

Code is added to the preinst and postinst to handle the upgrade from the old udev rules file location.

options

--name=name

When this parameter is used, dh_installudev looks for and installs files named debian/package.name.udev instead of the usual debian/package.udev.

--priority=priority

Sets the priority string of the rules.d symlink. Default is 40.

-n, --noscripts

Do not modify preinst/postinst scripts.

files

debian/package.udev

Installed into lib/udev/rules.d/ in the package build directory.

notes

Note that this command is not idempotent. dh_prep(1) should be called between invocations of this command. Otherwise, it may cause multiple instances of the same text to be added to maintainer scripts.


see also

debhelper

This program is a part of debhelper.


author

Joey Hess <joeyh[:at:]debian[:dot:]org>

How can this site be more helpful to YOU ?


give  feedback