You are not logged in.
Hi, I would like to tell pacman not to extract certain files when installing some package. I asked on IRC and there were different answers, none of them sounded convincing to me. The best one was to use the NoExtract pacman.conf line:
NoExtract = /usr/share/ca-certificates/cacert.org/cacert.org.crt /usr/share/ca-certificates/debconf.org/ca.crtBut it does not work, the files are still being installed. Thanks in advance, guys!
Last edited by Butcher (2013-02-22 16:38:39)
Offline
Read the man page entry again:
NoExtract = file ...
All files listed with a NoExtract directive will never be extracted from a package into the filesystem. This can be useful when you don?t want part of a package to be installed. For example, if your httpd root uses an index.php, then you would not want the index.html file to be extracted from the apache package. These files refer to files in the package archive, so do not include the leading slash (the RootDir) when specifying them.
Offline
True that, thanks. Marking as solved
Offline