# it is missed package probably (package remove case)
if is_installed "$i";then
if is_installed_real"$i";then
warning 'Can'\''t get any info for $i package. Scripts are DISABLED for package $bi. Use --scripts if you need run scripts from such packages.'
noscripts="--noscripts"
fi
# don't set --noscripts for non existent packages (will run scripts when remove by provides, see https://github.com/Etersoft/eepm/issues/236)
# don't set --noscripts for virtual or non existent packages (will run scripts when remove by provides, see https://github.com/Etersoft/eepm/issues/236)