#!/bin/sh

set -e
update-alternatives --install /usr/bin/x-window-manager x-window-manager /usr/bin/fwm 40
exit 0
