diff --git a/lfs/functions b/lfs/functions index 266e598..df4bae9 100755 --- a/lfs/functions +++ b/lfs/functions @@ -26,5 +26,6 @@ fetch() { registerpkg() { sed "/^$1 /d" -i /var/lib/pkg/db echo "$1 $2" >> /var/lib/pkg/db + ldconfig echo "::: $1 $2 installed :::" }