Blame tests/p_lsb/0-install_redhat-lsb.sh

Athmane Madjoudj d51c12
#!/bin/bash
Athmane Madjoudj d51c12
# Author: Athmane Madjoudj <athmanem@gmail.com>
Athmane Madjoudj d51c12
f49232
f49232
if (t_GetPkgRel basesystem | grep -q el9)
f49232
then
f49232
  t_Log "This is a C9 system. redhat-lsb not present. Skipping."
f49232
  t_CheckExitStatus 0
f49232
  exit $PASS
f49232
fi
f49232
f49232
Athmane Madjoudj d51c12
t_Log "$0 - Installing redhat-lsb"
Athmane Madjoudj d51c12
t_InstallPackage  redhat-lsb