mirror of
https://github.com/outbackdingo/scratchpkg.git
synced 2026-02-05 08:28:00 +00:00
updated
This commit is contained in:
9
scratch
9
scratch
@@ -5,9 +5,8 @@ listinstalled() {
|
||||
getinstalledname $installed
|
||||
installedpkg+=($installedname)
|
||||
done
|
||||
for ip in ${installedpkg[@]}; do
|
||||
echo $ip
|
||||
done
|
||||
|
||||
echo ${installedpkg[@]} | tr ' ' '\n'
|
||||
msg "Total installed package(s): ${#installedpkg[@]}"
|
||||
}
|
||||
|
||||
@@ -46,9 +45,7 @@ listorphan() {
|
||||
fi
|
||||
done
|
||||
|
||||
for i in ${ORPHAN_PKG[@]}; do
|
||||
echo $i
|
||||
done
|
||||
echo ${ORPHAN_PKG[@]} | tr ' ' '\n'
|
||||
msg "Total orphan package(s): ${#ORPHAN_PKG[@]}"
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user