You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
#!/bin/sh
|
|
# if we're configured for running live hooks,
|
|
# there should be a place for them either
|
|
|
|
chkconfig livecd-run-hooks on >&/dev/null && mkdir /live.hooks ||:
|
|
|