#!/bin/sh

if [ $(get_key_value /etc.defaults/VERSION majorversion) -lt 5 ]; then
  exit 1
else
  exit 0
fi
