]> git.donarmstrong.com Git - debhelper.git/blobdiff - autoscripts/postinst-wm
Updated French man page translation. Closes: #685560
[debhelper.git] / autoscripts / postinst-wm
index aef412a35601355ecd3764cbadd4677adcd68916..ee636287af06639d2e2fc7485ba1325f21a73a24 100644 (file)
@@ -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