diff options
Diffstat (limited to 'examples/hooks/sun-java5.sh')
-rwxr-xr-x | examples/hooks/sun-java5.sh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/examples/hooks/sun-java5.sh b/examples/hooks/sun-java5.sh index 049c6c45e..e38ebaa32 100755 --- a/examples/hooks/sun-java5.sh +++ b/examples/hooks/sun-java5.sh @@ -1,7 +1,8 @@ #!/bin/sh # This is a hook for live-helper(7) to install sun-java. -# To enable it, copy this hook into your config/chroot_local-hooks directory. +# To enable it, copy or symlink this hook into your config/chroot_local-hooks +# directory. # # Note: This hook requires packages from the non-free category. Make sure you # enabled it in your configuration. |