kernel: bah sync previous with shadow style.

--HG--
extra : convert_revision : f9cb3f93ec8d289f5d98bf1648605955289df7ca
This commit is contained in:
Juan RP 2009-02-17 19:43:37 +01:00
parent e45be8067f
commit 952a8f9266

View file

@ -11,7 +11,7 @@ case "$2" in
pre)
;;
post)
echo "Running $3-$4 post-installation hooks..."
echo "Running $3-$4 post installation hooks..."
if [ "$1" = "NOTSET" ]; then
if $(mount|grep "^/proc" 2>&1 >/dev/null); then
mntproc_cmd="mount -t proc proc /proc"