dh_installwm -
ウィンドウマネージャを登録する
dh_installwm [
debhelper options] [
-n]
[
--priority= n] [
wm ...]
dh_installwm is a debhelper program that is responsible for generating
the
postinst and
prerm commands that register a window manager
with
update-alternatives(8). The window manager's man page is also
registered as a slave symlink (in v6 mode and up). It must be installed in
usr/share/man/man1/ in the package build directory prior to calling
dh_installwm. In compat 9 and earlier, the manpage was optional.
- debian/package.wm
- 登録すべきウインドウマネージャを列挙します。
Supports substitution variables in compat 13 and later as documented in
debhelper(7).
-
--priority=n
- ウインドウマネージャの優先順位を設定します。デフォルトは
20
で、こちらはほとんどのウインドウマネージャには低すぎる優先順位です。正しい値を算出する手順については、Debian
ポリシーマニュアルを参照してください。
-
-n, --no-scripts
-
postinst/prerm
スクリプトを変更しません。このコマンドにより、スクリプトの動作については何も影響を与えないようにします。
-
-A, --all
- Modify scripts for window managers specified by command
line parameters in ALL packages acted on, not just the first.
-
wm ...
- 登録されるウインドウマネージャ。
このコマンドは複数回実行しても安全なコマンドではありません。このコマンドを複数回呼び出す際には必ず間に
dh_prep(1)
を挿入してください。さもないと、メンテナスクリプト中に同じ内容のコードを繰り返し挿入してしまいます。
debhelper(7)
このプログラムは debhelper
の一部です。
Joey Hess <
[email protected]>