smeserver-yum/root/etc/e-smith/db/configuration/migrate/Yum-remove-check4contribsupdates

12 lines
263 B
Plaintext
Raw Normal View History

{
#Added for bug 8855 and bug 8858
#we want to remove the property check4contribsupdates
my $check4contribsupdates = $DB->get_prop('yum','check4contribsupdates');
if ($check4contribsupdates) {
$DB->get('yum')->delete_prop('check4contribsupdates');
}
}