--- Makefile.am.orig 2008-11-25 22:16:24.000000000 +0100 +++ Makefile.am 2008-11-25 22:19:47.000000000 +0100 @@ -51,13 +51,6 @@ if test -d $(DESTDIR)$(bindir) && test ! -f $(DESTDIR)$(bindir)/gadmin-samba-pdf; then \ cp scripts/gadmin-samba-pdf $(bindir)/; \ fi; - @echo Installing example logon script to static /home/netlogon. - if test ! -d /home/netlogon; then \ - mkdir -p /home/netlogon; \ - fi; - if test -d /home/netlogon && test ! -f /home/netlogon/example.bat; then \ - cp scripts/example.bat /home/netlogon/; \ - fi; @echo "" @echo "Start GADMIN-SAMBA by typing gadmin-samba in a terminal" @echo "or start it from the menu."