mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-27 05:43:50 +03:00
* Install the manpages of pidof and killall5.
svn path=/nixpkgs/trunk/; revision=22202
This commit is contained in:
parent
62e6ad4960
commit
151c01959c
@ -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
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user