Hooks execution order

Is there any execution order for hook scripts?
E.g. if i have these lines in a config file:

lxc.hook.pre-start = script_1
lxc.hook.pre-start = script_2

Will script_2 always be executed after script_1?