Added the rming of defkeymap.

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@455 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
Simon Perreault 2001-04-09 00:35:25 +00:00
parent 91663d9176
commit aa6b597de3

View File

@ -9,7 +9,9 @@ Install Kbd by running the following commands:
<userinput>./configure --datadir=/usr/share/kbd &amp;&amp;</userinput>
<userinput>make &amp;&amp;</userinput>
<userinput>make install</userinput>
<userinput>make install &amp;&amp;</userinput>
<userinput>rm
/usr/share/kbd/keymaps/i386/qwerty/defkeymap.map.gz</userinput>
</literallayout></blockquote>