summaryrefslogtreecommitdiff
blob: 990fc7803c6ba14c81e4dd78f208e04deb314bc8 (plain)
1
2
3
4
5
6
7
8
9
10
#!/bin/sh 
# Copyright 1999-2005 Gentoo Foundation 
# Distributed under the terms of the GNU General Public License v2 
# $Header: $ 
# 
NSDC_BIN="/usr/sbin/nsdc" 

if [[ -x ${NSDC_BIN} ]]; then 
	${NSDC_BIN} update >>/dev/null 2>&1 
fi