if [ -z $(installed_version gnustep-base) ]
then
    return
fi

if [ $(installed_version gnustep-base) != $VERSION ]
then
    for  spell  in `show_up_depends $SPELL 2|cut -d":" -f1` 
    do
      up_trigger $spell cast_self	
    done
fi
