#!/bin/sh
set -e

update-alternatives --quiet --install /usr/bin/cwl-runner cwl-runner \
	/usr/bin/cwltool 50

#DEBHELPER#
