52 lines
1.4 KiB
Plaintext
52 lines
1.4 KiB
Plaintext
# This config file contains a list of directories both with binaries
|
|
# and libraries prelink should consider by default.
|
|
# If a directory name is prefixed with `-l ', the directory hierarchy
|
|
# will be walked as long as filesystem boundaries are not crossed.
|
|
# If a directory name is prefixed with `-h ', symbolic links in a
|
|
# directory hierarchy are followed.
|
|
# Directories or files with `-b ' prefix will be blacklisted.
|
|
# For more details check man prelink
|
|
# This config file is from Debian package of prelink and revised with Arch Linux
|
|
# prelink.conf.
|
|
|
|
-b *.la
|
|
-b *.png
|
|
-b *.py
|
|
-b *.pl
|
|
-b *.pm
|
|
-b *.sh
|
|
-b *.xml
|
|
-b *.xslt
|
|
-b *.a
|
|
-b *.js
|
|
# Skype
|
|
-b /usr/lib32/skype/skype
|
|
-b /usr/lib/skype/skype
|
|
|
|
# Flash Player Plugin
|
|
-b /usr/lib/mozilla/plugins/libflashplayer.so
|
|
|
|
# NVIDIA
|
|
-b /usr/lib/libGL.so*
|
|
-b /usr/lib32/libGL.so*
|
|
-b //usr/lib/libOpenCL.so*
|
|
-b //usr/lib32/libOpenCL.so*
|
|
-b /usr/lib32/vdpau/
|
|
-b /usr/lib/vdpau/
|
|
-b /usr/lib/xorg/modules/drivers/nvidia_drv.so
|
|
-b /usr/lib/xorg/modules/extensions/libglx.so*
|
|
-b /usr/lib/libnvidia-*
|
|
-b /usr/lib32/libnvidia-*
|
|
|
|
# Catalyst
|
|
-b /usr/lib/libati*
|
|
-b /usr/lib/fglrx*
|
|
-b /usr/lib/libAMDXvBA*
|
|
-b /usr/lib/libGL.so*
|
|
-b /usr/lib/libfglrx*
|
|
-b /usr/lib/xorg/modules/dri/fglrx_dri.so
|
|
-b /usr/lib/xorg/modules/drivers/fglrx_drv.so
|
|
-b /usr/lib/xorg/modules/extensions/fglrx/
|
|
-b /usr/lib/xorg/modules/linux/libfglrxdrm.so
|
|
-b /usr/lib/xorg/modules/extensions/libglx.so
|