X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=autoscripts%2Fpostinst-wm;h=ee636287af06639d2e2fc7485ba1325f21a73a24;hb=fb8f18f4a98669c3b85e1bd7920fbabfc00b886e;hp=aef412a35601355ecd3764cbadd4677adcd68916;hpb=f375c254bef045414797dfb9bd55c6ddc7391659;p=debhelper.git diff --git a/autoscripts/postinst-wm b/autoscripts/postinst-wm index aef412a..ee63628 100644 --- a/autoscripts/postinst-wm +++ b/autoscripts/postinst-wm @@ -1,4 +1,6 @@ if [ "$1" = "configure" ]; then update-alternatives --install /usr/bin/x-window-manager \ - x-window-manager #WM# #PRIORITY# + x-window-manager #WM# #PRIORITY# \ + --slave /usr/share/man/man1/x-window-manager.1.gz \ + x-window-manager.1.gz #WMMAN# fi