mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-27 07:52:55 +02:00
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)
|
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
|
||||||
|
|
Loading…
Add table
Reference in a new issue