source: vendor/current/source4/script/uninstalllib.sh@ 454

Last change on this file since 454 was 414, checked in by Herwig Bauernfeind, 16 years ago

Samba 3.5.0: Initial import

File size: 913 bytes
Line 
1#!/bin/sh
2# based on uninstallbin.sh
3# 4 July 96 [email protected]
4
5LIBDIR=$1
6shift
7
8if [ ! -d $LIBDIR ]; then
9 echo Directory $LIBDIR does not exist!
10 echo Do a "make installbin" or "make install" first.