summaryrefslogtreecommitdiffstats
path: root/emulators/linux_base-debian/pkg-req
blob: 878ce96b02da3630b08e2b94476e6dc8414f1d3f (plain)
1
2
3
4
5
6
7
8
9
#!/bin/sh
# $FreeBSD$

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
OpenPOWER on IntegriCloud