You are not logged in.
Pages: 1
NoExtract = <file> [file] ...
All files listed with a NoExtract directive will never be
extracted from a package into the filesystem. This can be use-
ful 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.
Fine... But is a construction like NoExtract = /etc/xinetd.d/* valid for pacman ? I use rsync and netkit-telnet but not the server part of those packages, so I don't need/want xinetd files.
Excessive showering, grooming, and toothbrushing is not only vain, it wastes valuable coding time.
Offline
since strcmp is used, I would say no.
But it should be possible to add this feature.
pacman roulette : pacman -S $(pacman -Slq | LANG=C sort -R | head -n $((RANDOM % 10)))
Offline
Pages: 1