sudo defaults write com.apple.loginwindow LoginHook /path/to/script
#!/bin/sh if [ -x $HOME/.loginhook ] then $1/.login fi