Paludis-extras

back to: packages

undo-prelink

Description:

This hooks undoes what prelink has changed in your executables and libraries, so that they wont be seen as changed by paludis during package handling.

Author(s): dleverton

Dependencies:

  • sys-devel/prelink

Installation

without paludis-hooks installed

Just install the package.

Code:

paludis -i app-paludis/paludis-hooks-undo-prelink

if you have paludis-hooks installed

Enable the undo-prelink extended use flag in the /etc/paludis/use.conf file, by adding undo-prelink to the line.

Code:

* PALUDIS_HOOKS: undo-prelink .......

Then run:

Code:

paludis -i paludis-hooks --dl-reinstall if-use-changed

Enabling/Disabling the hook

To enable the hook you can use eselect with the command

Code:

eselect paludis-hook enable undo-prelink

To disable the hook you can use eselect just like the example above shows, but by changing enable to disable like this

Code:

eselect paludis-hook disable undo-prelink

See here for help on eselect with paludis support.

If you are interested in the sources, or helping develop, then the sources can be fetched from our anonymous git repo at:

Code:

git clone git://git.paludis-extras.org/app-paludis/paludis-hooks-undo-prelink.git
				

scripts:

hook script (click to see) ( download )

    <?xml include( "src/app-paludis/paludis-hooks-undo-prelink/undo-prelink.bash.html"); ?>

Cool external links:.