#!/bin/sh
# $FreeBSD: ports/emulators/linux_base-debian/pkg-req,v 1.1 2003/04/18 11:41:13 perky Exp $

if [ "x$1" = "xINSTALL" -o "x$2" = "xINSTALL" ]; then
  if [ -f ${PKG_PREFIX}/etc/redhat-release ]; then
    echo "linux_base-debian can't be installed into the redhat base"
    exit 1
  fi
fi
