Skip to content

functions: read from symlink, do not update script path

Kristian Klausen requested to merge github/fork/eworm-de/read-symlink into master

Created by: eworm-de

Deprectating a hook 'old-hook' and replacing it with new hook 'new-hook' required the symlink to point to an absolute target:

/usr/lib/initcpio/install/old-hook -> /usr/lib/initcpio/install/new-hook

Let's just print the warning, then read from symlink. This way we can not break the path and a relative path works as well.

/usr/lib/initcpio/install/old-hook -> new-hook

Merge request reports