# File setup.rb, line 777
  def hookfiles
    %( pre-%s post-%s pre-%s.rb post-%s.rb ).map {|fmt|
      %( config setup install clean ).map {|t| sprintf(fmt, t) }
    }.flatten
  end