kernel: bah sync previous with shadow style.
--HG-- extra : convert_revision : f9cb3f93ec8d289f5d98bf1648605955289df7ca
This commit is contained in:
parent
e45be8067f
commit
952a8f9266
|
@ -11,7 +11,7 @@ case "$2" in
|
||||||
pre)
|
pre)
|
||||||
;;
|
;;
|
||||||
post)
|
post)
|
||||||
echo "Running $3-$4 post-installation hooks..."
|
echo "Running $3-$4 post installation hooks..."
|
||||||
if [ "$1" = "NOTSET" ]; then
|
if [ "$1" = "NOTSET" ]; then
|
||||||
if $(mount|grep "^/proc" 2>&1 >/dev/null); then
|
if $(mount|grep "^/proc" 2>&1 >/dev/null); then
|
||||||
mntproc_cmd="mount -t proc proc /proc"
|
mntproc_cmd="mount -t proc proc /proc"
|
||||||
|
|
Loading…
Reference in New Issue