#!/bin/bash

. /usr/share/preupgrade/common.sh
check_applies_to "taskjuggler"  ""

#END GENERATED SECTION

#Taskjuggler package availability check by common section requirements.
log_high_risk "The taskjuggler package installed on your system is not available in Red Hat Enterprise Linux 7. Because no supported alternative exists, assess the risk of its removal before the update."
exit $RESULT_FAIL
