blob: e514263b0de8dc1cba86adbeca6e87b0e1f65520 (
plain)
1
2
3
4
5
6
7
8
9
10
|
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
# $Header $
inherit nxserver
pkg_nofetch ()
{
nxserver_pkg_nofetch business
}
|