]> git.donarmstrong.com Git - debhelper.git/blob - autoscripts/postinst-wm
aef412a35601355ecd3764cbadd4677adcd68916
[debhelper.git] / autoscripts / postinst-wm
1 if [ "$1" = "configure" ]; then
2         update-alternatives --install /usr/bin/x-window-manager \
3                 x-window-manager #WM# #PRIORITY#
4 fi