kernel, shadow: change info about post install hooks.
--HG-- extra : convert_revision : 0b18c435f96c4751c86336054759c360ba175590
This commit is contained in:
parent
297d7c6941
commit
e45be8067f
2 changed files with 2 additions and 1 deletions
|
@ -11,7 +11,7 @@ case "$2" in
|
|||
pre)
|
||||
;;
|
||||
post)
|
||||
echo "Running $3-$4 post-installation command..."
|
||||
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"
|
||||
|
|
|
@ -47,6 +47,7 @@ case "$2" in
|
|||
pre)
|
||||
;;
|
||||
post)
|
||||
echo "Running $3-$4 post installation hook..."
|
||||
if [ "$1" = "NOTSET" ]; then
|
||||
run_cmd="pwconv"
|
||||
else
|
||||
|
|
Loading…
Reference in a new issue