aboutsummaryrefslogtreecommitdiffstats
path: root/russian/fortuneru/pkg-install
blob: 806641214364eeb4ac15008eaf017b7aad055afc (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#!/bin/sh
# $FreeBSD$
#

if [ "$2" != "PRE-INSTALL" ]; then
    exit 0
fi

if [ ! -x "/usr/games/strfile" ]; then
    echo ""
    echo "You must have the ``games'' distribution installed to use this port."
    echo ""
    exit 1
fi