* Install the manpages of pidof and killall5.

svn path=/nixpkgs/trunk/; revision=22202
This commit is contained in:
Eelco Dolstra 2010-06-09 18:03:00 +00:00
parent 62e6ad4960
commit 151c01959c

View file

@ -24,7 +24,7 @@ postInstall() {
rm -rf $out/sbin
rm -rf $out/include
rm -rf $out/share/man/man5
rm -rf $out/share/man/man8
rm $(for i in $out/share/man/man8/*; do echo $i; done | grep -v 'pidof\|killall5')
fi
}