summaryrefslogtreecommitdiff
path: root/emulators/linux_base-debian/pkg-req
diff options
context:
space:
mode:
Diffstat (limited to 'emulators/linux_base-debian/pkg-req')
-rw-r--r--emulators/linux_base-debian/pkg-req9
1 files changed, 0 insertions, 9 deletions
diff --git a/emulators/linux_base-debian/pkg-req b/emulators/linux_base-debian/pkg-req
deleted file mode 100644
index 878ce96b02da..000000000000
--- a/emulators/linux_base-debian/pkg-req
+++ /dev/null
@@ -1,9 +0,0 @@
-#!/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