kernel, shadow: change info about post install hooks.
--HG-- extra : convert_revision : 0b18c435f96c4751c86336054759c360ba175590
This commit is contained in:
@@ -11,7 +11,7 @@ case "$2" in
|
|||||||
pre)
|
pre)
|
||||||
;;
|
;;
|
||||||
post)
|
post)
|
||||||
echo "Running $3-$4 post-installation command..."
|
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"
|
||||||
|
|||||||
@@ -47,6 +47,7 @@ case "$2" in
|
|||||||
pre)
|
pre)
|
||||||
;;
|
;;
|
||||||
post)
|
post)
|
||||||
|
echo "Running $3-$4 post installation hook..."
|
||||||
if [ "$1" = "NOTSET" ]; then
|
if [ "$1" = "NOTSET" ]; then
|
||||||
run_cmd="pwconv"
|
run_cmd="pwconv"
|
||||||
else
|
else
|
||||||
|
|||||||
Reference in New Issue
Block a user