]> git.donarmstrong.com Git - debhelper.git/blob - autoscripts/postinst-wm-noman
dh: Ensure -a and -i are passed when running override_dh_command-arch and override_dh...
[debhelper.git] / autoscripts / postinst-wm-noman
1 if [ "$1" = "configure" ]; then
2         update-alternatives --install /usr/bin/x-window-manager \
3                 x-window-manager #WM# #PRIORITY#
4 fi