Skip to content
Commit 2def8e74 authored by Eelco Dolstra's avatar Eelco Dolstra
Browse files

Remove addHook

Just use bash arrays directly. I.e.

  addHook preConfigure myPreConfigure

is now

  preConfigureHooks+=(myPreConfigure)
parent e3875297
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment