Create symlinks for modules that register multiple functions (fixes bug #91 )
[kai/samba-autobuild/.git] / source3 / script / installmodules.sh
index ec5691992dd1e8614fcda50b7fdddf6f9f952a0c..c80da763688fdad5e705ed2b019dab3eea5f8752 100755 (executable)
@@ -24,13 +24,4 @@ for p in $*; do
  chmod $INSTALLPERMS $LIBDIR/$p2
 done
 
-
-cat << EOF
-======================================================================
-The modules are installed.  You may uninstall the modules using the 
-command "make uninstallmodules" or "make uninstall" to uninstall
-binaries, man pages, shell scripts and modules.
-======================================================================
-EOF
-
 exit 0