]> git.donarmstrong.com Git - debhelper.git/blob - autoscripts/postinst-wm
cmake: Pass CPPFLAGS in CFLAGS. Closes: #668813 Thanks, Simon Ruderich for the patch...
[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                 --slave /usr/share/man/man1/x-window-manager.1.gz \
5                 x-window-manager.1.gz #WMMAN#
6 fi