As outlined here: http://docs.nuget.org/docs/creating-packages/creating-and-publishing-a-package#Automatically_Running_PowerShell_Scripts_During_Package_Installation_and_Removal
A powershell script can be provided for package installation hooks.
It would be nice to add [ScriptCS](http://scriptcs.net/) hooks so that packages under mono could leverage the same hooks as on windows.
This doesn't need to replace existing .ps1 scripts, but would allow for future packages to be updated to install under both .net and mono.
Comments: What will you think if we allow you to write .NET code compiled into a .dll, instead of scriptCS?
A powershell script can be provided for package installation hooks.
It would be nice to add [ScriptCS](http://scriptcs.net/) hooks so that packages under mono could leverage the same hooks as on windows.
This doesn't need to replace existing .ps1 scripts, but would allow for future packages to be updated to install under both .net and mono.
Comments: What will you think if we allow you to write .NET code compiled into a .dll, instead of scriptCS?