#!/bin/sh
# Script was renamed, but the old name kept for compatibility reasons.
# It should be removed some time in the future.
bindir=`dirname $0`
echo "warning: Using obsolete name skolelinux-hd-warn."
echo "warning: New name is debian-edu-hd-warn."
exec $bindir/debian-edu-hd-warn
